Mercurial > audlegacy-plugins
diff src/adplug/adplug-xmms.cc @ 1532:d19b625f9144
- continued German translation
- updated adplug and console plugins
| author | mf0102 <0102@gmx.at> |
|---|---|
| date | Sun, 26 Aug 2007 22:45:35 +0200 |
| parents | 349cae04e455 |
| children | da1aa3c38cda |
line wrap: on
line diff
--- a/src/adplug/adplug-xmms.cc Sun Aug 26 15:27:31 2007 +0200 +++ b/src/adplug/adplug-xmms.cc Sun Aug 26 22:45:35 2007 +0200 @@ -599,7 +599,7 @@ gchar tmpstr[10]; { - const gchar *rowstr[] = { _("#"), _("Instrument name") }; + const gchar *rowstr[] = { "#", _("Instrument name") }; instnames = GTK_CLIST (gtk_clist_new_with_titles (2, (gchar **)rowstr)); } gtk_clist_set_column_justification (instnames, 0, GTK_JUSTIFY_RIGHT);
