]> git.pld-linux.org Git - packages/hugin.git/blame - hugin-defaults.patch
- updated to 0.5-beta6, updated pl.po-update patch, added am patch
[packages/hugin.git] / hugin-defaults.patch
CommitLineData
a299b5bb
JB
1Use nona as default stitcher.
2Use mono to run autopanog.exe.
3
4--- hugin-0.5-beta4/src/hugin/PanoPanel.cpp.orig 2005-02-22 11:08:43.000000000 +0100
5+++ hugin-0.5-beta4/src/hugin/PanoPanel.cpp 2005-04-03 19:04:34.599612264 +0200
6@@ -121,7 +121,7 @@
7 pano->addObserver (this);
8
9 // setup the stitcher
10- int t = wxConfigBase::Get()->Read(wxT("Stitcher/DefaultStitcher"),0l);
11+ int t = wxConfigBase::Get()->Read(wxT("Stitcher/DefaultStitcher"),1l);
12 m_StitcherChoice->SetSelection(t);
13
14 // trigger creation of apropriate stitcher control, if
15--- hugin-0.5-beta4/src/include/hugin/config_defaults.h.orig 2005-03-07 21:09:29.000000000 +0100
16+++ hugin-0.5-beta4/src/include/hugin/config_defaults.h 2005-04-03 19:10:22.256760344 +0200
17@@ -95,7 +95,7 @@
18 #define HUGIN_APKOLOR_EXE ""
19 #define HUGIN_APKOLOR_ARGS ""
20
21-#define HUGIN_APSIFT_EXE "autopanog.exe"
22+#define HUGIN_APSIFT_EXE "mono /usr/bin/autopanog.exe"
23
24 #endif
25
This page took 0.10607 seconds and 4 git commands to generate.