]> git.pld-linux.org Git - packages/mkvtoolnix.git/blob - mkvtoolnix-help.patch
- gui bcond
[packages/mkvtoolnix.git] / mkvtoolnix-help.patch
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.156152 seconds and 3 git commands to generate.