mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
11 lines
345 B
C
11 lines
345 B
C
--- src/gtk/options_dialog.c.orig Sat Feb 5 16:42:53 2005
|
|
+++ src/gtk/options_dialog.c Sat Feb 5 16:45:15 2005
|
|
@@ -1002,7 +1002,7 @@
|
|
gtk_widget_show (box);
|
|
|
|
#if GTK_MAJOR_VERSION == 1
|
|
- tempwid = gtk_label_new (_("Type:"))
|
|
+ tempwid = gtk_label_new (_("Type:"));
|
|
#else
|
|
tempwid = gtk_label_new_with_mnemonic (_("_Type:"));
|
|
#endif
|