[gnome-photos/wip/rishi/hefe2: 2/2] tool-filters: Replace Gray with Hefe



commit 1c33a66c3602f491de23cc932006903cbf19ccae
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Jan 14 15:24:15 2016 +0100

    tool-filters: Replace Gray with Hefe

 src/photos-tool-filters.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/photos-tool-filters.c b/src/photos-tool-filters.c
index 365ce22..a1b4e93 100644
--- a/src/photos-tool-filters.c
+++ b/src/photos-tool-filters.c
@@ -190,9 +190,9 @@ photos_tool_filters_init (PhotosToolFilters *self)
   self->buttons = g_list_prepend (self->buttons, button);
   row++;
 
-  button = photos_tool_filter_button_new (group, _("Gray"));
+  button = photos_tool_filter_button_new (group, _("Hefe"));
   gtk_actionable_set_action_name (GTK_ACTIONABLE (button), "app.insta-current");
-  gtk_actionable_set_action_target (GTK_ACTIONABLE (button), "n", (gint16) 
PHOTOS_OPERATION_INSTA_PRESET_GRAY);
+  gtk_actionable_set_action_target (GTK_ACTIONABLE (button), "n", (gint16) 
PHOTOS_OPERATION_INSTA_PRESET_HEFE);
   gtk_grid_attach (GTK_GRID (self->grid), button, 0, row, 1, 1);
   self->buttons = g_list_prepend (self->buttons, button);
 


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