]> git.pld-linux.org Git - packages/mkvtoolnix.git/commitdiff
- fixed path to help files
authorKarol Krenski <charles@pld-linux.org>
Wed, 24 Aug 2005 21:36:53 +0000 (21:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mkvtoolnix-help.patch -> 1.1

mkvtoolnix-help.patch [new file with mode: 0644]

diff --git a/mkvtoolnix-help.patch b/mkvtoolnix-help.patch
new file mode 100644 (file)
index 0000000..06383d5
--- /dev/null
@@ -0,0 +1,10 @@
+--- mkvtoolnix-1.5.5/src/mmg/mmg.cpp.orig      2005-08-21 15:04:48.000000000 +0200
++++ mkvtoolnix-1.5.5/src/mmg/mmg.cpp   2005-08-24 22:54:38.000000000 +0200
+@@ -2002,6 +2002,7 @@
+   cfg = new wxConfig(wxT("mkvmergeGUI"));
+   wxConfigBase::Set(cfg);
+   cfg->SetPath(wxT("/GUI"));
++  cfg->Write(wxT("installation_path"), wxT("$INSTDIR"));
+   cfg->Read(wxT("last_directory"), &last_open_dir, wxT(""));
+   for (i = 0; i < 4; i++) {
+     k.Printf(wxT("last_settings %u"), i);
This page took 0.034255 seconds and 4 git commands to generate.