]> git.sesse.net Git - vlc/blobdiff - plugins/gnome/gnome_interface.c
(note: empty CVS mails mean that a new directory has been created,
[vlc] / plugins / gnome / gnome_interface.c
index a9bd318fa63e7134ebce953eea584da9bb780632..8896d44107d3bef16af2e4f483af3ef085a0c361 100644 (file)
@@ -28,14 +28,14 @@ static GnomeUIInfo menubar_file_menu_uiinfo[] =
 static GnomeUIInfo menubar_view_menu_uiinfo[] =
 {
   {
-    GNOME_APP_UI_ITEM, N_("P_laylist"),
+    GNOME_APP_UI_ITEM, N_("_Playlist..."),
     N_("Open the playlist window"),
     (gpointer) on_menubar_playlist_activate, NULL, NULL,
     GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_INDEX,
     0, (GdkModifierType) 0, NULL
   },
   {
-    GNOME_APP_UI_ITEM, N_("_Modules"),
+    GNOME_APP_UI_ITEM, N_("_Modules..."),
     N_("Open the plugin manager"),
     (gpointer) on_menubar_modules_activate, NULL, NULL,
     GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_ATTACH,
@@ -497,11 +497,13 @@ create_intf_about (void)
     "Régis Duchesne <regis@via.ecp.fr>",
     "Michel Lespinasse <walken@zoy.org>",
     "Olivier Pomel <pomel@via.ecp.fr>",
+    "Pierre Baillet <oct@zoy.org>",
     "Jean-Philippe Grimaldi <jeanphi@via.ecp.fr>",
     "Andres Krapf <dae@via.ecp.fr>",
     "Christophe Massiot <massiot@via.ecp.fr>",
     "Vincent Seguin <seguin@via.ecp.fr>",
     "Benoit Steiner <benny@via.ecp.fr>",
+    "Arnaud de Bossoreille de Ribou <bozo@via.ecp.fr>",
     "Jean-Marc Dressler <polux@via.ecp.fr>",
     "Gaël Hendryckx <jimmy@via.ecp.fr>",
     "Samuel Hocevar <sam@zoy.org>",