summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/aboutbox.cpp
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2016-12-28 08:45:05 +0000
committerJabiertxof <jtx@jtx>2016-12-28 08:45:05 +0000
commit0b5fe85427b24c57020b852d453af5f79f5220da (patch)
tree0b566defc5e9c0ff3efe3b1c272e2597b8b69d91 /src/ui/dialog/aboutbox.cpp
parentFirst attemp working (diff)
parentMerge all upstream changes to GimpRuler (diff)
downloadinkscape-0b5fe85427b24c57020b852d453af5f79f5220da.tar.gz
inkscape-0b5fe85427b24c57020b852d453af5f79f5220da.zip
add missing files
(bzr r15356.1.2)
Diffstat (limited to 'src/ui/dialog/aboutbox.cpp')
-rw-r--r--src/ui/dialog/aboutbox.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ui/dialog/aboutbox.cpp b/src/ui/dialog/aboutbox.cpp
index 552500fe8..8f0545e96 100644
--- a/src/ui/dialog/aboutbox.cpp
+++ b/src/ui/dialog/aboutbox.cpp
@@ -27,7 +27,6 @@
#include <gtkmm/scrolledwindow.h>
#include <gtkmm/aspectframe.h>
#include <gtkmm/textview.h>
-#include <gtkmm/stock.h>
#include "path-prefix.h"
#include "document.h"
@@ -39,8 +38,6 @@
#include "inkscape-version.h"
-
-
namespace Inkscape {
namespace UI {
namespace Dialog {
@@ -102,7 +99,7 @@ AboutBox::AboutBox() : Gtk::Dialog(_("About Inkscape")) {
tabs->show_all();
- add_button(Gtk::Stock::CLOSE, Gtk::RESPONSE_CLOSE);
+ add_button(_("_Close"), Gtk::RESPONSE_CLOSE);
set_default_response(Gtk::RESPONSE_CLOSE);
Gtk::Label *label=new Gtk::Label();