mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-03 19:47:14 +08:00
12 lines
651 B
Diff
12 lines
651 B
Diff
|
--- a/src/hugin1/ptbatcher/PTBatcherGUI.cpp
|
||
|
+++ b/src/hugin1/ptbatcher/PTBatcherGUI.cpp
|
||
|
@@ -150,7 +150,7 @@
|
||
|
{ wxCMD_LINE_SWITCH, "v", "verbose", "show verbose output when processing projects" },
|
||
|
{ wxCMD_LINE_SWITCH, "a", "assistant", "run the assistant on the given projects" },
|
||
|
{
|
||
|
- wxCMD_LINE_PARAM, NULL, NULL, _("stitch_project.pto [output prefix]|assistant_project.pto"),
|
||
|
+ wxCMD_LINE_PARAM, NULL, NULL, "stitch_project.pto [output prefix]|assistant_project.pto",
|
||
|
wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_OPTIONAL + wxCMD_LINE_PARAM_MULTIPLE
|
||
|
},
|
||
|
{ wxCMD_LINE_NONE }
|