[gnome-control-center] Fixed Bug 658167. Provided the Import-button for an ICC profile with a mnemonic character.



commit fc8213694f8bd39257bd6a2286e9bb21f9887e28
Author: Jiro Matsuzawa <jmatsuzawa src gnome org>
Date:   Sun Sep 4 20:11:21 2011 +0900

    Fixed Bug 658167. Provided the Import-button for an ICC profile with a mnemonic character.
    
    Signed-off-by: Richard Hughes <richard hughsie com>

 panels/color/cc-color-panel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/color/cc-color-panel.c b/panels/color/cc-color-panel.c
index 17769e0..0d5484d 100644
--- a/panels/color/cc-color-panel.c
+++ b/panels/color/cc-color-panel.c
@@ -201,7 +201,7 @@ gcm_prefs_file_chooser_get_icc_profile (CcColorPanel *prefs)
   dialog = gtk_file_chooser_dialog_new (_("Select ICC Profile File"), window,
                                         GTK_FILE_CHOOSER_ACTION_OPEN,
                                         GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
-                                        _("Import"), GTK_RESPONSE_ACCEPT,
+                                        _("_Import"), GTK_RESPONSE_ACCEPT,
                                         NULL);
   gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER(dialog), g_get_home_dir ());
   gtk_file_chooser_set_create_folders (GTK_FILE_CHOOSER(dialog), FALSE);



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