summaryrefslogtreecommitdiff
path: root/extra/hugin/hugin-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/hugin/hugin-build.patch')
-rw-r--r--extra/hugin/hugin-build.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/hugin/hugin-build.patch b/extra/hugin/hugin-build.patch
new file mode 100644
index 000000000..42d765927
--- /dev/null
+++ b/extra/hugin/hugin-build.patch
@@ -0,0 +1,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 }