Author: post
Date: 2010-04-05 14:46:17 +0200 (Mon, 05 Apr 2010)
New Revision: 3339

Modified:
   trunk/librawstudio/rs-lens-db-editor.c
   trunk/src/rs-actions.c
Log:
Rename the "Big" lens editor to "Lens Library", that should be more 
descriptive, so we don't have two different dialogs with the same name.

Modified: trunk/librawstudio/rs-lens-db-editor.c
===================================================================
--- trunk/librawstudio/rs-lens-db-editor.c      2010-04-05 12:41:09 UTC (rev 
3338)
+++ trunk/librawstudio/rs-lens-db-editor.c      2010-04-05 12:46:17 UTC (rev 
3339)
@@ -465,7 +465,7 @@
        fill_model(lens_db, tree_model);
 
        GtkWidget *editor = gtk_dialog_new();
-       gtk_window_set_title(GTK_WINDOW(editor), _("Rawstudio Lens Editor"));
+       gtk_window_set_title(GTK_WINDOW(editor), _("Rawstudio Lens Library"));
        gtk_dialog_set_has_separator (GTK_DIALOG(editor), FALSE);
        g_signal_connect_swapped(editor, "delete_event",
                                 G_CALLBACK (gtk_widget_destroy), editor);

Modified: trunk/src/rs-actions.c
===================================================================
--- trunk/src/rs-actions.c      2010-04-05 12:41:09 UTC (rev 3338)
+++ trunk/src/rs-actions.c      2010-04-05 12:46:17 UTC (rev 3339)
@@ -1054,7 +1054,7 @@
        /* View menu */
        { "PreviousPhoto", GTK_STOCK_GO_BACK, _("_Previous photo"), 
"<control>Left", NULL, ACTION_CB(previous_photo) },
        { "NextPhoto", GTK_STOCK_GO_FORWARD, _("_Next Photo"), 
"<control>Right", NULL, ACTION_CB(next_photo) },
-       { "LensDbEditor", NULL, _("_Lens Editor"), "<control>L", NULL, 
ACTION_CB(lens_db_editor) },
+       { "LensDbEditor", NULL, _("_Lens Library"), "<control>L", NULL, 
ACTION_CB(lens_db_editor) },
 
        /* Batch menu */
        { "AddToBatch", GTK_STOCK_ADD, _("_Add to batch queue"), "<control>B", 
NULL, ACTION_CB(add_to_batch) },


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to