comparison src/vtx/about.c @ 2192:e5401b6c4665

the same thing in many plugins
author Eugene Zagidullin <e.asphyx@gmail.com>
date Wed, 28 Nov 2007 03:51:34 +0300
parents f6f5603a0954
children 42a5c9d5830b
comparison
equal deleted inserted replaced
2191:329267b09658 2192:e5401b6c4665
15 15
16 void 16 void
17 vtx_about (void) 17 vtx_about (void)
18 { 18 {
19 static GtkWidget *box; 19 static GtkWidget *box;
20 if (box) gdk_window_raise(box->window); 20 if (box) {
21 else { 21 gtk_window_present(GTK_WINDOW(box));
22 } else {
22 box = audacious_info_dialog (_("About Vortex Player"), 23 box = audacious_info_dialog (_("About Vortex Player"),
23 _ 24 _
24 ("Vortex file format player by Sashnov Alexander <sashnov@ngs.ru>\n" 25 ("Vortex file format player by Sashnov Alexander <sashnov@ngs.ru>\n"
25 "Founded on original source in_vtx.dll by Roman Sherbakov <v_soft@microfor.ru>\n" 26 "Founded on original source in_vtx.dll by Roman Sherbakov <v_soft@microfor.ru>\n"
26 "\n" 27 "\n"