]> git.pld-linux.org Git - packages/mkvtoolnix.git/blame - mkvtoolnix-help.patch
- updated to 1.8.0
[packages/mkvtoolnix.git] / mkvtoolnix-help.patch
CommitLineData
99b069dc
KK
1--- mkvtoolnix-1.5.5/src/mmg/mmg.cpp.orig 2005-08-21 15:04:48.000000000 +0200
2+++ mkvtoolnix-1.5.5/src/mmg/mmg.cpp 2005-08-24 22:54:38.000000000 +0200
3@@ -2002,6 +2002,7 @@
4 cfg = new wxConfig(wxT("mkvmergeGUI"));
5 wxConfigBase::Set(cfg);
6 cfg->SetPath(wxT("/GUI"));
7+ cfg->Write(wxT("installation_path"), wxT("$INSTDIR"));
8 cfg->Read(wxT("last_directory"), &last_open_dir, wxT(""));
9 for (i = 0; i < 4; i++) {
10 k.Printf(wxT("last_settings %u"), i);
This page took 0.410834 seconds and 4 git commands to generate.