projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
327788a
)
Fixed yet another error in my wxCmdLineParser mdifications.
author
Mattia Barbon
<mbarbon@cpan.org>
Fri, 2 Aug 2002 17:55:54 +0000
(17:55 +0000)
committer
Mattia Barbon
<mbarbon@cpan.org>
Fri, 2 Aug 2002 17:55:54 +0000
(17:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16353
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/cmdline.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/cmdline.cpp
b/src/common/cmdline.cpp
index 4911befc4e1f210274766e091b3a524a3f3e4126..ec1d43bdb48a59faad5c42acee193a7d5360ef1d 100644
(file)
--- a/
src/common/cmdline.cpp
+++ b/
src/common/cmdline.cpp
@@
-842,7
+842,7
@@
int wxCmdLineParser::Parse(bool showUsage)
}
}
- if ( !ok &&
errorMsg.length() != 0
)
+ if ( !ok &&
(errorMsg.length() != 0 || helpRequested)
)
{
wxString usage;
wxMessageOutput* msgOut = wxMessageOutput::Get();