From c43dfb815a4951b8248f4f0e98babe4f80204f03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 3 Apr 2015 13:14:53 +0200 Subject: Imported Upstream version 0.22.0 --- src/editing_tools/StraightenTool.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/editing_tools/StraightenTool.vala') diff --git a/src/editing_tools/StraightenTool.vala b/src/editing_tools/StraightenTool.vala index 8a778ec..e2b117e 100644 --- a/src/editing_tools/StraightenTool.vala +++ b/src/editing_tools/StraightenTool.vala @@ -1,5 +1,5 @@ -/* Copyright 2009-2014 Yorba Foundation +/* Copyright 2009-2015 Yorba Foundation * * This software is licensed under the GNU Lesser General Public License * (version 2.1 or later). See the COPYING file in this distribution. @@ -98,7 +98,7 @@ public class StraightenTool : EditingTool { public Gtk.Label angle_label = new Gtk.Label(""); public Gtk.Label description_label = new Gtk.Label(_("Angle:")); public Gtk.Button ok_button = new Gtk.Button.with_mnemonic(_("_Straighten")); - public Gtk.Button cancel_button = new Gtk.Button.from_stock(Gtk.Stock.CANCEL); + public Gtk.Button cancel_button = new Gtk.Button.with_mnemonic(Resources.CANCEL_LABEL); public Gtk.Button reset_button = new Gtk.Button.with_mnemonic(_("_Reset")); /** -- cgit v1.2.3