summaryrefslogtreecommitdiff
path: root/wx+/choice_enum.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2015-10-02 14:57:46 +0200
committerDaniel Wilhelm <daniel@wili.li>2015-10-02 14:57:46 +0200
commitad4e3d2c55e75193c41356c23619f80add41db18 (patch)
treedd836d120f50e472106e04968ef8185c25e4242e /wx+/choice_enum.h
parent7.4 (diff)
downloadFreeFileSync-ad4e3d2c55e75193c41356c23619f80add41db18.tar.gz
FreeFileSync-ad4e3d2c55e75193c41356c23619f80add41db18.tar.bz2
FreeFileSync-ad4e3d2c55e75193c41356c23619f80add41db18.zip
7.5
Diffstat (limited to 'wx+/choice_enum.h')
-rw-r--r--wx+/choice_enum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wx+/choice_enum.h b/wx+/choice_enum.h
index 6a795d4a..9b1575ee 100644
--- a/wx+/choice_enum.h
+++ b/wx+/choice_enum.h
@@ -27,10 +27,10 @@ Set enum value:
setEnumVal(enumDescrMap, *m_choiceHandleError, value);
Get enum value:
- value = getEnumVal(enumDescrMap, *m_choiceHandleError)
+ value = getEnumVal(enumDescrMap, *m_choiceHandleError)
Update enum tooltips (after user changed selection):
- updateTooltipEnumVal(enumDescrMap, *m_choiceHandleError);
+ updateTooltipEnumVal(enumDescrMap, *m_choiceHandleError);
*/
bgstack15