Mercurial > audlegacy-plugins
comparison src/flacng/plugin.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 | 69c9f138611b |
| children | 43da009d6e76 |
comparison
equal
deleted
inserted
replaced
| 2191:329267b09658 | 2192:e5401b6c4665 |
|---|---|
| 712 | 712 |
| 713 static GtkWidget* about_window; | 713 static GtkWidget* about_window; |
| 714 gchar *about_text; | 714 gchar *about_text; |
| 715 | 715 |
| 716 if (about_window) { | 716 if (about_window) { |
| 717 gdk_window_raise(about_window->window); | 717 gtk_window_present(GTK_WINDOW(about_window)); |
| 718 return; | |
| 718 } | 719 } |
| 719 | 720 |
| 720 about_text = g_strjoin("", _("FLAC Audio Plugin "), _VERSION, | 721 about_text = g_strjoin("", _("FLAC Audio Plugin "), _VERSION, |
| 721 _("\n\nOriginal code by\n" | 722 _("\n\nOriginal code by\n" |
| 722 "Ralf Ertzinger <ralf@skytale.net>\n" | 723 "Ralf Ertzinger <ralf@skytale.net>\n" |
