comparison audacious/main.c @ 1650:cb226180eabb trunk

[svn] - stuff
author nenolod
date Thu, 07 Sep 2006 21:47:45 -0700
parents f3934d790a2e
children a886f0856e32
comparison
equal deleted inserted replaced
1649:f3934d790a2e 1650:cb226180eabb
77 77
78 /* Translatable string for beep.desktop's comment field */ 78 /* Translatable string for beep.desktop's comment field */
79 const gchar *desktop_comment = N_("Audacious"); 79 const gchar *desktop_comment = N_("Audacious");
80 80
81 const gchar *application_name = N_("Audacious"); 81 const gchar *application_name = N_("Audacious");
82
83
84 /* XXX */
85 #include "Plugins/UserInterface/wa2gui/mainwin.h"
86 #include "Plugins/UserInterface/wa2gui/equalizer.h"
87 #include "Plugins/UserInterface/wa2gui/playlist.h"
88 82
89 struct _BmpCmdLineOpt { 83 struct _BmpCmdLineOpt {
90 GList *filenames; 84 GList *filenames;
91 gint session; 85 gint session;
92 gboolean play, stop, pause, fwd, rew, play_pause, playcd; 86 gboolean play, stop, pause, fwd, rew, play_pause, playcd;