[Freeciv-Dev] (PR#6240) Some missing _() in 1.14
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: |
undisclosed-recipients: ; |
Subject: |
[Freeciv-Dev] (PR#6240) Some missing _() in 1.14 |
From: |
"mateusz stefek" <matusik_s@xxxxx> |
Date: |
Mon, 22 Sep 2003 03:37:31 -0700 |
Reply-to: |
rt@xxxxxxxxxxxxxx |
--
mateusz
Index: dialogs.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/gui-gtk-2.0/dialogs.c,v
retrieving revision 1.18.2.11
diff -u -r1.18.2.11 dialogs.c
--- dialogs.c 2003/09/09 21:53:20 1.18.2.11
+++ dialogs.c 2003/09/22 11:27:44
@@ -1778,7 +1778,7 @@
gtk_dialog_new_with_buttons(_("What Nation Will You Be?"),
NULL,
GTK_DIALOG_MODAL,
- "_Disconnect",
+ _("_Disconnect"),
GTK_RESPONSE_CANCEL,
GTK_STOCK_OK,
GTK_RESPONSE_ACCEPT,
Index: wldlg.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/gui-gtk-2.0/wldlg.c,v
retrieving revision 1.5.2.6
diff -u -r1.5.2.6 wldlg.c
--- wldlg.c 2003/05/18 16:20:42 1.5.2.6
+++ wldlg.c 2003/09/22 11:27:46
@@ -985,7 +985,7 @@
g_signal_connect(button, "clicked",
G_CALLBACK(help_callback), ptr);
- button = gtk_button_new_with_mnemonic("Chan_ge Production");
+ button = gtk_button_new_with_mnemonic(_("Chan_ge Production"));
gtk_container_add(GTK_CONTAINER(bbox), button);
g_signal_connect(button, "clicked",
G_CALLBACK(change_callback), ptr);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Freeciv-Dev] (PR#6240) Some missing _() in 1.14,
mateusz stefek <=
|
|