mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Variables have to be initialized.
This commit is contained in:
parent
2806bb0462
commit
af53ef8273
@ -1197,6 +1197,7 @@ mmg_dialog::on_help(wxCommandEvent &evt) {
|
||||
break;
|
||||
}
|
||||
|
||||
first = true;
|
||||
while (!wxFileExists(help_path + wxT("/mkvmerge-gui.hhp"))) {
|
||||
if (first) {
|
||||
wxMessageBox(wxT("The mkvmerge GUI help file was not found. This "
|
||||
|
Loading…
Reference in New Issue
Block a user