summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2016-12-26 22:10:32 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2016-12-26 22:10:32 +0000
commitb5b707ecca91724291d9e13776ce834e82afa686 (patch)
tree59f991b0b494e97f350ff63be4611076f89de740 /src
parentvsd-input: Gtk3 fixes (diff)
downloadinkscape-b5b707ecca91724291d9e13776ce834e82afa686.tar.gz
inkscape-b5b707ecca91724291d9e13776ce834e82afa686.zip
Fix typo
(bzr r15364)
Diffstat (limited to 'src')
-rw-r--r--src/extension/internal/vsd-input.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/vsd-input.cpp b/src/extension/internal/vsd-input.cpp
index 8876fb4e6..2fb4acf22 100644
--- a/src/extension/internal/vsd-input.cpp
+++ b/src/extension/internal/vsd-input.cpp
@@ -119,7 +119,7 @@ VsdImportDialog::VsdImportDialog(const std::vector<RVNGString> &vec)
// Buttons
cancelbutton = Gtk::manage(new Gtk::Button(_("_Cancel"), true));
- okbutton = Gtk::manage(new Gtk::Button(_("_OK"), true))l
+ okbutton = Gtk::manage(new Gtk::Button(_("_OK"), true));
// Labels
_labelSelect = Gtk::manage(new class Gtk::Label(_("Select page:")));