diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2016-12-27 01:27:19 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2016-12-27 01:27:19 +0000 |
| commit | 9144e83f27ca6ad76ec6d72a8426ebd76c63a6a5 (patch) | |
| tree | d7d98ccdc14105118dd951135a8836ef23ef017e /src/ui/dialog/aboutbox.cpp | |
| parent | Fix header inclusion ordering (diff) | |
| download | inkscape-9144e83f27ca6ad76ec6d72a8426ebd76c63a6a5.tar.gz inkscape-9144e83f27ca6ad76ec6d72a8426ebd76c63a6a5.zip | |
Rm some deprecated Gtk::Stock usage
(bzr r15366)
Diffstat (limited to 'src/ui/dialog/aboutbox.cpp')
| -rw-r--r-- | src/ui/dialog/aboutbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/aboutbox.cpp b/src/ui/dialog/aboutbox.cpp index 552500fe8..b7a48e859 100644 --- a/src/ui/dialog/aboutbox.cpp +++ b/src/ui/dialog/aboutbox.cpp @@ -102,7 +102,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(); |
