]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/cmdline.cpp
Add a note to the documentation about the emulation modes of the ie backend.
[wxWidgets.git] / src / common / cmdline.cpp
index 030f891ea6f583006f26e548952b0856b9aa38e5..d32958fb933d87a2449dde2f77cee1fdf18a9497 100644 (file)
@@ -1171,7 +1171,6 @@ wxString wxCmdLineParser::GetUsageString() const
                 option << (!opt.longName ? wxT(':') : wxT('=')) << val;
             }
 
-            usage << negator;
             if ( !(opt.flags & wxCMD_LINE_OPTION_MANDATORY) )
             {
                 usage << wxT(']');