projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Changed AppendCommon (called by all Append methods) so it doesn't
[wxWidgets.git]
/
src
/
gtk1
/
choice.cpp
diff --git
a/src/gtk1/choice.cpp
b/src/gtk1/choice.cpp
index ae4a6e9fcef1658468b4239bd92eec2c327291d4..c78d0a2e8fbd15aafd6a4ed644e70774e56cca99 100644
(file)
--- a/
src/gtk1/choice.cpp
+++ b/
src/gtk1/choice.cpp
@@
-287,8
+287,6
@@
int wxChoice::GetSelection()
count++;
}
- wxFAIL_MSG( _T("wxChoice: no selection") );
-
return -1;
}