[gimp/tito: 48/50] Rename inert to unavailable, make hidden by default



commit 17e74050069c31b56d5750fa8bcbde7ce353519c
Author: Srihari Sriraman <srihari c42 in>
Date:   Mon Jul 22 12:32:56 2013 +0530

    Rename inert to unavailable, make hidden by default

 app/dialogs/tito-dialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/dialogs/tito-dialog.c b/app/dialogs/tito-dialog.c
index 67844fc..b007fb8 100644
--- a/app/dialogs/tito-dialog.c
+++ b/app/dialogs/tito-dialog.c
@@ -791,7 +791,7 @@ tito_set_default_preferences (void)
  PREF.POSITION_X = (1-0.4)*par_width+par_x;
  PREF.POSITION_Y = 0.04*par_height+par_y;
  PREF.NO_OF_RESULTS = 4;
- PREF.SHOW_INSENSITIVE = TRUE;
+ PREF.SHOW_INSENSITIVE = FALSE;
  PREF.OPACITY = 1;
  tito_write_preferences();
 }
@@ -984,7 +984,7 @@ tito_preferences_dialog (void)
   PREF_UI.width_spin_button = gtk_spin_button_new_with_range(20,60,1);
   opacity_label = gtk_label_new("Tito Opacity:");
   PREF_UI.opacity_spin_button = gtk_spin_button_new_with_range(40,100,10);
-  PREF_UI.show_insensitive_check_button = gtk_check_button_new_with_label("Show inert actions");
+  PREF_UI.show_insensitive_check_button = gtk_check_button_new_with_label("Show unavailable actions");
   tito_clear_history_button = gtk_button_new_with_label ("Clear history");
   restore_defaults_button = gtk_button_new_with_label ("Restore defaults");
 


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