diff options
| author | Jabiertxof <jtx@jtx> | 2017-01-01 13:59:51 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2017-01-01 13:59:51 +0000 |
| commit | 6d4adfb2fce437335a6c5226624a24c44164974d (patch) | |
| tree | 087a8b83f59ca89a8ddd9d82b1da6749e7d4cef6 /src/ui/dialog/pixelartdialog.cpp | |
| parent | Update to trunk (diff) | |
| parent | Fix bug/add feature on #1653380 on rotate copies (diff) | |
| download | inkscape-6d4adfb2fce437335a6c5226624a24c44164974d.tar.gz inkscape-6d4adfb2fce437335a6c5226624a24c44164974d.zip | |
Update to trunk
(bzr r15295.1.40)
Diffstat (limited to 'src/ui/dialog/pixelartdialog.cpp')
| -rw-r--r-- | src/ui/dialog/pixelartdialog.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ui/dialog/pixelartdialog.cpp b/src/ui/dialog/pixelartdialog.cpp index b838b0842..3e6617cfe 100644 --- a/src/ui/dialog/pixelartdialog.cpp +++ b/src/ui/dialog/pixelartdialog.cpp @@ -28,7 +28,6 @@ #include "pixelartdialog.h" #include <gtkmm/radiobutton.h> -#include <gtkmm/stock.h> #include <gtkmm/messagedialog.h> #include <glibmm/i18n.h> @@ -291,12 +290,12 @@ PixelArtDialogImpl::PixelArtDialogImpl() : mainResetButton ->set_tooltip_text(_("Reset all settings to defaults")); //## The OK button - mainCancelButton = addResponseButton(Gtk::Stock::STOP, GTK_RESPONSE_CANCEL); + mainCancelButton = addResponseButton(_("_Stop"), GTK_RESPONSE_CANCEL); if (mainCancelButton) { mainCancelButton->set_tooltip_text(_("Abort a trace in progress")); mainCancelButton->set_sensitive(false); } - mainOkButton = addResponseButton(Gtk::Stock::OK, GTK_RESPONSE_OK); + mainOkButton = addResponseButton(_("_OK"), GTK_RESPONSE_OK); mainOkButton->set_tooltip_text(_("Execute the trace")); contents->pack_start(buttonsHBox); |
