summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2010-10-02 09:10:45 +0000
committerKris <Kris.De.Gussem@hotmail.com>2010-10-02 09:10:45 +0000
commitf98404ddb7b61c6ad5575941f9855aa97149d5f7 (patch)
tree5dc77b760365cdcf1da89a3a3ec7542466c49745 /src/ui
parentUI fixes (diff)
downloadinkscape-f98404ddb7b61c6ad5575941f9855aa97149d5f7.tar.gz
inkscape-f98404ddb7b61c6ad5575941f9855aa97149d5f7.zip
UI fixes (a.o. Bug #560751 )
(bzr r9807)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/svg-fonts-dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/svg-fonts-dialog.cpp b/src/ui/dialog/svg-fonts-dialog.cpp
index 3e1086ec8..10d3537e9 100644
--- a/src/ui/dialog/svg-fonts-dialog.cpp
+++ b/src/ui/dialog/svg-fonts-dialog.cpp
@@ -732,7 +732,7 @@ Gtk::VBox* SvgFontsDialog::kerning_tab(){
create_kerning_pairs_popup_menu(_KerningPairsList, sigc::mem_fun(*this, &SvgFontsDialog::remove_selected_kerning_pair));
//Kerning Setup:
- kerning_vbox.add(*Gtk::manage(new Gtk::Label(_("<b>Kerning Setup</b>"))));
+ kerning_vbox.add(*Gtk::manage(new Gtk::Label(_("Kerning Setup"))));
Gtk::HBox* kerning_selector = Gtk::manage(new Gtk::HBox());
kerning_selector->add(*Gtk::manage(new Gtk::Label(_("1st Glyph:"))));
kerning_selector->add(first_glyph);