# HG changeset patch # User nenolod # Date 1130822209 28800 # Node ID 8c8a20f72acea396e2e7d81c3a94b19db487441f # Parent d8c52eae9f25a4f19ff14225bac0fba389cef2e3 [svn] s/static GTKItemFactoryEntry/GTKItemFactoryEntry/g. diff -r d8c52eae9f25 -r 8c8a20f72ace audacious/main.c --- a/audacious/main.c Mon Oct 31 21:06:43 2005 -0800 +++ b/audacious/main.c Mon Oct 31 21:16:49 2005 -0800 @@ -74,9 +74,9 @@ /* Translatable string for beep.desktop's comment field */ -const gchar *desktop_comment = N_("Beep Media Player"); +const gchar *desktop_comment = N_("Audacious"); -const gchar *application_name = N_("Beep Media Player"); +const gchar *application_name = N_("Audacious"); struct _BmpCmdLineOpt { @@ -234,7 +234,7 @@ {"playlist_visible", &cfg.playlist_visible, TRUE}, {"playlist_transparent", &cfg.playlist_transparent, TRUE}, {"use_fontsets", &cfg.use_fontsets, TRUE}, - {"mainwin_use_xfont", &cfg.mainwin_use_xfont, TRUE}, + {"mainwin_use_xfont", &cfg.mainwin_use_xfont, FALSE}, {"equalizer_visible", &cfg.equalizer_visible, TRUE}, {"equalizer_active", &cfg.equalizer_active, TRUE}, {"equalizer_shaded", &cfg.equalizer_shaded, TRUE}, diff -r d8c52eae9f25 -r 8c8a20f72ace audacious/mainwin.c --- a/audacious/mainwin.c Mon Oct 31 21:06:43 2005 -0800 +++ b/audacious/mainwin.c Mon Oct 31 21:16:49 2005 -0800 @@ -231,7 +231,7 @@ /* Song name area menu */ -static GtkItemFactoryEntry mainwin_songname_menu_entries[] = { +GtkItemFactoryEntry mainwin_songname_menu_entries[] = { {N_("/View Track Details"), "i", mainwin_general_menu_callback, MAINWIN_GENERAL_FILEINFO, "", my_pixbuf}, {"/-", NULL, NULL, 0, ""}, @@ -244,7 +244,7 @@ /* Mini-visualizer area menu */ -static GtkItemFactoryEntry mainwin_vis_menu_entries[] = { +GtkItemFactoryEntry mainwin_vis_menu_entries[] = { {N_("/Visualization Mode"), NULL, NULL, 0, ""}, {N_("/Visualization Mode/Analyzer"), NULL, mainwin_vis_menu_callback, MAINWIN_VIS_ANALYZER, ""}, @@ -317,7 +317,7 @@ /* Playback menu (now used only for accelerators) */ -static GtkItemFactoryEntry mainwin_playback_menu_entries[] = { +GtkItemFactoryEntry mainwin_playback_menu_entries[] = { /* {N_("/Play CD"), "C", mainwin_general_menu_callback, MAINWIN_GENERAL_PLAYCD, "", GTK_STOCK_CDROM}, @@ -357,7 +357,7 @@ /* Main menu */ -static GtkItemFactoryEntry mainwin_general_menu_entries[] = { +GtkItemFactoryEntry mainwin_general_menu_entries[] = { { N_("/View Track Details"), "I", mainwin_general_menu_callback, MAINWIN_GENERAL_FILEINFO, "", my_pixbuf}, {"/-", NULL, NULL, 0, ""}, @@ -376,7 +376,7 @@ /* Add submenu */ -static GtkItemFactoryEntry mainwin_add_menu_entries[] = { +GtkItemFactoryEntry mainwin_add_menu_entries[] = { {N_("/Files..."), "f", mainwin_general_menu_callback, MAINWIN_GENERAL_PLAYFILE, "", GTK_STOCK_OPEN}, /* @@ -397,7 +397,7 @@ /* View submenu */ -static GtkItemFactoryEntry mainwin_view_menu_entries[] = { +GtkItemFactoryEntry mainwin_view_menu_entries[] = { {N_("/Show Playlist Editor"), "E", mainwin_general_menu_callback, MAINWIN_GENERAL_SHOWPLWIN, ""}, {N_("/Show Equalizer"), "G", mainwin_general_menu_callback,