summaryrefslogtreecommitdiff
path: root/extra/hugin/hugin-build.patch
blob: 42d765927b48b89dcabe15c47f7e7ec6952407c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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 }