projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2822ee3
)
test for date parameters to wxCmdLineParser
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 5 Jan 2000 17:00:26 +0000
(17:00 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 5 Jan 2000 17:00:26 +0000
(17:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5263
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
samples/console/console.cpp
patch
|
blob
|
blame
|
history
diff --git
a/samples/console/console.cpp
b/samples/console/console.cpp
index 2ad4cca93edc0a7e9488cd2ccb06c6cad3c96178..e0fc63111af78f4ee4d93f7abe32553223ce720f 100644
(file)
--- a/
samples/console/console.cpp
+++ b/
samples/console/console.cpp
@@
-1588,7
+1588,7
@@
int main(int argc, char **argv)
{ wxCMD_LINE_OPTION, "o", "output", "output file" },
{ wxCMD_LINE_OPTION, "i", "input", "input dir" },
{ wxCMD_LINE_OPTION, "s", "size", "output block size", wxCMD_LINE_VAL_NUMBER },
- { wxCMD_LINE_OPTION, "d", "date", "output file date", wxCMD_LINE_VAL_
NUMBER
},
+ { wxCMD_LINE_OPTION, "d", "date", "output file date", wxCMD_LINE_VAL_
DATE
},
{ wxCMD_LINE_PARAM, NULL, NULL, "input file",
wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_MULTIPLE },