modify format argument in g_print
@@ -6,7 +6,8 @@ | ||
6 | 6 | |
7 | 7 | * misc/fileio.c: modify fileio_extract_icon by using gio |
8 | 8 | |
9 | - * w32loader/kernel32.c: modify format argument in g_print | |
9 | + * w32loader/kernel32.c | |
10 | + * w32loader/user32.c: modify format argument in g_print | |
10 | 11 | |
11 | 12 | 2009-03-24 Kazuki IWAMOTO <iwm@maid.org> |
12 | 13 |
@@ -5907,7 +5907,7 @@ | ||
5907 | 5907 | } |
5908 | 5908 | dialog = gtk_message_dialog_new (hWnd ? GTK_WINDOW (hWnd) : NULL, |
5909 | 5909 | GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT, |
5910 | - mssage, GTK_BUTTONS_NONE, text); | |
5910 | + mssage, GTK_BUTTONS_NONE, "%s", text); | |
5911 | 5911 | gtk_window_set_title (GTK_WINDOW (dialog), title); |
5912 | 5912 | g_free (text); |
5913 | 5913 | g_free (title); |
@@ -6,7 +6,7 @@ | ||
6 | 6 | msgstr "" |
7 | 7 | "Project-Id-Version: vmaid 2.2.1\n" |
8 | 8 | "Report-Msgid-Bugs-To: http://www.maid.org/\n" |
9 | -"POT-Creation-Date: 2008-09-29 00:13+0900\n" | |
9 | +"POT-Creation-Date: 2009-11-29 11:33+0900\n" | |
10 | 10 | "PO-Revision-Date: 2002-07-25 03:38+0900\n" |
11 | 11 | "Last-Translator: Kazuki IWAMOTO <iwm@maid.org>\n" |
12 | 12 | "Language-Team: Kazuki IWAMOTO <iwm@maid.org>\n" |