Revision: 3925 http://geany.svn.sourceforge.net/geany/?rev=3925&view=rev Author: ntrel Date: 2009-07-07 12:30:47 +0000 (Tue, 07 Jul 2009)
Log Message: ----------- Edit label.
Modified Paths: -------------- trunk/plugins/filebrowser.c
Modified: trunk/plugins/filebrowser.c =================================================================== --- trunk/plugins/filebrowser.c 2009-07-07 12:21:18 UTC (rev 3924) +++ trunk/plugins/filebrowser.c 2009-07-07 12:30:47 UTC (rev 3925) @@ -279,6 +279,7 @@ }
+/* TODO: use utils_get_default_dir_utf8() */ static gchar *get_default_dir(void) { const gchar *dir = NULL; @@ -1133,7 +1134,7 @@ gtk_box_pack_start(GTK_BOX(vbox), checkbox_fp, FALSE, FALSE, 5); pref_widgets.follow_path_checkbox = checkbox_fp;
- checkbox_pb = gtk_check_button_new_with_label(_("Set the project's base directory")); + checkbox_pb = gtk_check_button_new_with_label(_("Use the project's base directory")); gtk_button_set_focus_on_click(GTK_BUTTON(checkbox_pb), FALSE); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(checkbox_pb), fb_set_project_base_path); ui_widget_set_tooltip_text(checkbox_pb,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.