]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwindows/interface.cpp
* modules/gui/wxwindows/*: some code cleanup for the bookmarks dialog.
[vlc] / modules / gui / wxwindows / interface.cpp
index 9528b2c94c6d44372b315a333f088463aadcde8e..a0e4cc41c67cf9d4a6d302588271e8f79c2c3407 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2000-2004, 2003 VideoLAN
  * $Id$
  *
- * Authors: Gildas Bazin <gbazin@netcourrier.com>
+ * Authors: Gildas Bazin <gbazin@videolan.org>
  *
  * 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)) );