[Gpa-commits] r918 - trunk/src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Dec 10 16:40:29 CET 2008
Author: marcus
Date: 2008-12-10 16:40:27 +0100 (Wed, 10 Dec 2008)
New Revision: 918
Modified:
trunk/src/ChangeLog
trunk/src/gpaimportfileop.c
Log:
2008-12-10 Marcus Brinkmann <marcus at g10code.de>
* gpaimportfileop.c (gpa_import_file_operation_get_source): Fix
window title string.
Modified: trunk/src/ChangeLog
===================================================================
--- trunk/src/ChangeLog 2008-12-04 18:44:36 UTC (rev 917)
+++ trunk/src/ChangeLog 2008-12-10 15:40:27 UTC (rev 918)
@@ -1,3 +1,8 @@
+2008-12-10 Marcus Brinkmann <marcus at g10code.de>
+
+ * gpaimportfileop.c (gpa_import_file_operation_get_source): Fix
+ window title string.
+
2008-12-04 Marcus Brinkmann <marcus at g10code.com>
* fileman.c (GTK_STOCK_SELECT_ALL) [! GTK_CHECK_VERSION (2,10,0)],
Modified: trunk/src/gpaimportfileop.c
===================================================================
--- trunk/src/gpaimportfileop.c 2008-12-04 18:44:36 UTC (rev 917)
+++ trunk/src/gpaimportfileop.c 2008-12-10 15:40:27 UTC (rev 918)
@@ -129,7 +129,7 @@
GtkResponseType response;
dialog = gtk_file_chooser_dialog_new
- (_("Import public keys from file"),
+ (_("Import keys from file"),
GTK_WINDOW (GPA_OPERATION (op)->window),
GTK_FILE_CHOOSER_ACTION_OPEN, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_OPEN, GTK_RESPONSE_OK, NULL);
More information about the Gpa-commits
mailing list