projects
/
evaf
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e8a8e8
)
Fixed ASD date/time entry
qt4
author
Enar Vaikene
<enar.vaikene@cgi.com>
Fri, 9 Jan 2015 06:30:11 +0000
(08:30 +0200)
committer
Enar Vaikene
<enar.vaikene@cgi.com>
Fri, 9 Jan 2015 06:30:11 +0000
(08:30 +0200)
* The ISO/ASD date/time entry field did not allow conversion to ISO
date/time if an ASD date/time was entered.
src/apps/ScosTime/gui.cpp
patch
|
blob
|
history
diff --git
a/src/apps/ScosTime/gui.cpp
b/src/apps/ScosTime/gui.cpp
index 74d980ef58fac19ddc414a0f11e9f93f76d3bdf2..d0476136e5360a8f0f7c0ba229b10de682ecdb3f 100644
(file)
--- a/
src/apps/ScosTime/gui.cpp
+++ b/
src/apps/ScosTime/gui.cpp
@@
-430,7
+430,7
@@
void Module::dateTimeEdited(QString const & s)
wConvertDateTime->setEnabled(true);
wConvertDateTime->setText(tr("&to ASD", VER_MODULE_NAME_STR));
}
- else if (mDateTime.type() == Internal::DateTime::
ISO
)
+ else if (mDateTime.type() == Internal::DateTime::
ASD
)
{
wConvertDateTime->setEnabled(true);
wConvertDateTime->setText(tr("&to ISO", VER_MODULE_NAME_STR));