[Nautilus-list] src/nautilus-complex-search-bar.c i18n patch



This file was not using i18n.

	n.

-- 
[ http://www.dtek.chalmers.se/~d95mback/ ] [ PGP: 0x453504F1 ] [ UIN: 4439498 ]
    Opinions expressed above are mine, and not those of my future employees.
<!-- If your reader parses HTML you won't see this, you stupid, ugly person -->
SIGBORE: Signature boring error, core dumped
Index: po/POTFILES.in
===================================================================
RCS file: /cvs/gnome/nautilus/po/POTFILES.in,v
retrieving revision 1.42
diff -u -w -r1.42 POTFILES.in
--- po/POTFILES.in	2000/12/12 20:41:04	1.42
+++ po/POTFILES.in	2000/12/14 10:14:13
@@ -96,6 +96,7 @@
 src/nautilus-about.c
 src/nautilus-application.c
 src/nautilus-bookmarks-window.c
+src/nautilus-complex-search-bar.c
 src/nautilus-first-time-druid.c
 src/nautilus-link-set-window.c
 src/nautilus-location-bar.c
Index: src/nautilus-complex-search-bar.c
===================================================================
RCS file: /cvs/gnome/nautilus/src/nautilus-complex-search-bar.c,v
retrieving revision 1.40
diff -u -w -r1.40 nautilus-complex-search-bar.c
--- src/nautilus-complex-search-bar.c	2000/12/01 02:44:08	1.40
+++ src/nautilus-complex-search-bar.c	2000/12/14 10:14:14
@@ -36,6 +36,7 @@
 #include <gtk/gtkeventbox.h>
 #include <gtk/gtktable.h>
 #include <gtk/gtkvbox.h>
+#include <libgnome/gnome-i18n.h>
 #include <libgnomeui/gnome-dock.h>
 #include <libgnomeui/gnome-uidefs.h>
 #include <libgnomevfs/gnome-vfs-utils.h>
@@ -232,7 +233,7 @@
 			    queue_search_bar_resize_callback,
 			    bar);
 
-	bar->details->more_options = gtk_button_new_with_label ("More Options");
+	bar->details->more_options = gtk_button_new_with_label (_("More Options"));
 	gtk_signal_connect (GTK_OBJECT (bar->details->more_options), "clicked",
 			    more_options_callback, bar);
 				
@@ -242,7 +243,7 @@
 			   FALSE, FALSE, FALSE, FALSE);
 	gtk_widget_show (bar->details->more_options);
 
-	bar->details->fewer_options = gtk_button_new_with_label ("Fewer Options");
+	bar->details->fewer_options = gtk_button_new_with_label (_("Fewer Options"));
 	gtk_signal_connect (GTK_OBJECT (bar->details->fewer_options), "clicked",
 			    fewer_options_callback, bar);
 
@@ -260,7 +261,7 @@
 				    TRUE,
 				    FALSE,
 				    1);
-	find_them_label = gtk_label_new ("Find Them!");
+	find_them_label = gtk_label_new (_("Find Them!"));
 	gtk_box_pack_start (GTK_BOX (find_them_box),
 			    find_them_label,
 			    TRUE,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]