SOURCES: mkvtoolnix-help.patch (NEW) - fixed path to help files
charles
charles at pld-linux.org
Wed Aug 24 23:36:58 CEST 2005
Author: charles Date: Wed Aug 24 21:36:58 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fixed path to help files
---- Files affected:
SOURCES:
mkvtoolnix-help.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/mkvtoolnix-help.patch
diff -u /dev/null SOURCES/mkvtoolnix-help.patch:1.1
--- /dev/null Wed Aug 24 23:36:58 2005
+++ SOURCES/mkvtoolnix-help.patch Wed Aug 24 23:36:53 2005
@@ -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);
================================================================
More information about the pld-cvs-commit
mailing list