diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-02-16 05:38:08 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-02-16 05:38:08 +0000 |
| commit | 9a48c58cd01c6ab3909fc0fa4b883d2fd15e48ee (patch) | |
| tree | fe4b71445f19cdb3a421eb079464eba6454eaccc /src/widgets/font-selector.cpp | |
| parent | Prevent false gtk deprecation warnings in canvas-grid and tidy headers (diff) | |
| download | inkscape-9a48c58cd01c6ab3909fc0fa4b883d2fd15e48ee.tar.gz inkscape-9a48c58cd01c6ab3909fc0fa4b883d2fd15e48ee.zip | |
Fix for 930535 : Convert Font and Text dialog to a dockable dialog
(bzr r10989)
Diffstat (limited to 'src/widgets/font-selector.cpp')
| -rw-r--r-- | src/widgets/font-selector.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/font-selector.cpp b/src/widgets/font-selector.cpp index 4515f3f97..08f98a49f 100644 --- a/src/widgets/font-selector.cpp +++ b/src/widgets/font-selector.cpp @@ -205,6 +205,7 @@ static void sp_font_selector_init(SPFontSelector *fsel) gtk_box_pack_start(GTK_BOX(vb), hb, FALSE, FALSE, 0); fsel->size = gtk_combo_box_entry_new_text (); + gtk_widget_set_tooltip_text (fsel->size, _("Font size (px)")); gtk_widget_set_size_request(fsel->size, 90, -1); g_signal_connect (G_OBJECT(fsel->size), "changed", G_CALLBACK (sp_font_selector_size_changed), fsel); gtk_box_pack_end (GTK_BOX(hb), fsel->size, FALSE, FALSE, 0); |
