Better text for where to find help.

This commit is contained in:
Moritz Bunkus 2005-02-02 18:41:11 +00:00
parent fda3d9d993
commit 164a5884c4

View File

@ -1095,10 +1095,8 @@ mmg_dialog::on_about(wxCommandEvent &evt) {
"mkvmerge GUI is licensed under the GPL.\n"
"http://www.bunkus.org/videotools/mkvtoolnix/\n"
"\n"
"Help is available in form of tool tips and the HTML "
"documentation\n"
"at\n"
"http://www.bunkus.org/videotools/mkvtoolnix/doc/"),
"Help is available in form of tool tips, from the\n"
"'Help' menu or by pressing the 'F1' key."),
wxT("About mkvmerge's GUI"),
wxOK | wxCENTER | wxICON_INFORMATION);
}