[gnome-photos] tool-filters: Replace Gray with Hefe
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] tool-filters: Replace Gray with Hefe
- Date: Sun, 24 Jan 2016 03:24:49 +0000 (UTC)
commit f7c2b36e776b35b6e652854909a17e939ac0cb10
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 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/photos-tool-filters.c b/src/photos-tool-filters.c
index 365ce22..b4709fb 100644
--- a/src/photos-tool-filters.c
+++ b/src/photos-tool-filters.c
@@ -1,6 +1,6 @@
/*
* Photos - access, organize and share your photos on GNOME
- * Copyright © 2015 Red Hat, Inc.
+ * Copyright © 2015, 2016 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -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]