comparison Visualization/libvisual-proxy/main.c @ 41:d26bb1168d00 trunk

[svn] More fixes.
author nenolod
date Wed, 26 Oct 2005 11:32:09 -0700
parents bd8bfeae314e
children 5a432360e41e
comparison
equal deleted inserted replaced
40:bd8bfeae314e 41:d26bb1168d00
140 if (SDL_Init (SDL_INIT_VIDEO) < 0) { 140 if (SDL_Init (SDL_INIT_VIDEO) < 0) {
141 msg = g_strconcat (_("Cannot initialize SDL!\n"), 141 msg = g_strconcat (_("Cannot initialize SDL!\n"),
142 SDL_GetError(), 142 SDL_GetError(),
143 "\n\n", PACKAGE_NAME, 143 "\n\n", PACKAGE_NAME,
144 _(" will not be loaded."), 0); 144 _(" will not be loaded."), 0);
145 msgwin = xmms_show_message (PACKAGE_NAME, msg, _("Accept"), TRUE, dummy, NULL); 145 msgwin = xmms_show_message ("libvisual-proxy", msg, _("Accept"), TRUE, dummy, NULL);
146 gtk_widget_show (msgwin); 146 gtk_widget_show (msgwin);
147 g_free (msg); 147 g_free (msg);
148 return; 148 return;
149 } 149 }
150 150