summaryrefslogtreecommitdiff
path: root/wx+/choice_enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/choice_enum.h')
-rwxr-xr-xwx+/choice_enum.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/wx+/choice_enum.h b/wx+/choice_enum.h
index d564fef8..03048c43 100755
--- a/wx+/choice_enum.h
+++ b/wx+/choice_enum.h
@@ -19,9 +19,9 @@ Member variable:
Constructor code:
enumDescrMap.
- add(ON_ERROR_POPUP , "Show pop-up" , "Show pop-up on errors or warnings"). <- add localization
- add(ON_ERROR_IGNORE, "Ignore errors" , "Hide all error and warning messages").
- add(ON_ERROR_EXIT , "Exit instantly", "Abort synchronization immediately");
+ add(ON_ERROR_POPUP, "Show pop-up", "Show pop-up on errors or warnings"). <- add localization
+ add(ON_ERROR_IGNORE, "Ignore errors", "Hide all error and warning messages").
+ add(ON_ERROR_EXIT, "Exit instantly", "Abort synchronization immediately");
Set enum value:
setEnumVal(enumDescrMap, *m_choiceHandleError, value);
bgstack15