Mercurial > audlegacy
changeset 938:2078cdac3502 trunk
[svn] fixed locale problem in sid about box
author | giacomo |
---|---|
date | Sat, 15 Apr 2006 09:08:23 -0700 |
parents | 6158ee7d8b06 |
children | d78fa5f0b680 |
files | Plugins/Input/sid/xs_about.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Input/sid/xs_about.c Sat Apr 15 08:05:03 2006 -0700 +++ b/Plugins/Input/sid/xs_about.c Sat Apr 15 09:08:23 2006 -0700 @@ -117,11 +117,11 @@ gtk_widget_show(about_text); gtk_container_add(GTK_CONTAINER(about_scrwin), about_text); gtk_widget_set_usize(about_text, -2, 100); - gtk_text_buffer_set_text( GTK_TEXT_BUFFER(gtk_text_view_get_buffer(GTK_TEXT_VIEW(about_text))), g_locale_to_utf8( + gtk_text_buffer_set_text( GTK_TEXT_BUFFER(gtk_text_view_get_buffer(GTK_TEXT_VIEW(about_text))), "\n" "(C) Copyright 1999-2005\n" "\tTecnic Software productions (TNSP)\n" - "\n" "Programming and design\n" "\tMatti 'ccr' Hämäläinen\n" "\n" + "\n" "Programming and design\n" "\tMatti 'ccr' H\303\244m\303\244l\303\244inen\n" "\n" #ifdef HAVE_SIDPLAY1 "libSIDPlay1 created by\n" "\tMichael Schwendt\n" "\n" #endif @@ -145,7 +145,7 @@ "Special thanks\n" "\tGerfried 'Alfie' Fuchs\n" "\tAndreas 'mrsid' Varga\n" "\tAll the betatesters.\n" "\tAll the users!\n", - -1, NULL, NULL, NULL), -1); + -1); alignment6 = gtk_alignment_new(0.5, 0.5, 0.18, 1); gtk_widget_set_name(alignment6, "alignment6");