[Freeciv-Dev] (PR#10647) gtk2 startscreen: titles for network tabs aren'
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=10647 >
> [jdorje - Wed Oct 20 21:59:00 2004]:
>
> Vasco Alexandre da Silva Costa wrote:
>
> > How about "Internet Metaserver" and "Local Area Network" for the tab
> > names?.
>
> Sure.
Here is a patch.
Index: client/gui-gtk-2.0/pages.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/gui-gtk-2.0/pages.c,v
retrieving revision 1.3
diff -u -r1.3 pages.c
--- client/gui-gtk-2.0/pages.c 19 Oct 2004 22:58:33 -0000 1.3
+++ client/gui-gtk-2.0/pages.c 23 Oct 2004 19:29:13 -0000
@@ -599,7 +599,7 @@
-1, titles[i], rend, "text", i, NULL);
}
- label = gtk_label_new_with_mnemonic(_("Connect to _Metaserver Game"));
+ label = gtk_label_new_with_mnemonic(_("Internet _Metaserver"));
sw = gtk_scrolled_window_new(NULL, NULL);
gtk_container_set_border_width(GTK_CONTAINER(sw), 4);
@@ -631,7 +631,7 @@
-1, titles[i], rend, "text", i, NULL);
}
- label = gtk_label_new_with_mnemonic(_("Connect to L_AN Game"));
+ label = gtk_label_new_with_mnemonic(_("Local _Area Network"));
sw = gtk_scrolled_window_new(NULL, NULL);
gtk_container_set_border_width(GTK_CONTAINER(sw), 4);
|
|