X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fwxwindows%2Finterface.cpp;h=a0e4cc41c67cf9d4a6d302588271e8f79c2c3407;hb=b0e050e497cff4a73abcecd293c080fb01b7deeb;hp=9528b2c94c6d44372b315a333f088463aadcde8e;hpb=81d2d57eb460d2321882b26484967f447c861e0c;p=vlc diff --git a/modules/gui/wxwindows/interface.cpp b/modules/gui/wxwindows/interface.cpp index 9528b2c94c..a0e4cc41c6 100644 --- a/modules/gui/wxwindows/interface.cpp +++ b/modules/gui/wxwindows/interface.cpp @@ -4,7 +4,7 @@ * Copyright (C) 2000-2004, 2003 VideoLAN * $Id$ * - * Authors: Gildas Bazin + * Authors: Gildas Bazin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -792,7 +792,7 @@ void Interface::OnMenuOpen(wxMenuEvent& event) p_settings_menu->AppendCheckItem( Extended_Event, wxU(_("&Extended GUI") ), wxU(_(HELP_EXTENDED)) ); p_settings_menu->AppendCheckItem( Bookmarks_Event, - wxU(_("&Bookmarks") ), wxU(_(HELP_BOOKMARKS)) ); + wxU(_("&Bookmarks...") ), wxU(_(HELP_BOOKMARKS)) ); p_settings_menu->Append( Prefs_Event, wxU(_("&Preferences...")), wxU(_(HELP_PREFS)) );