summaryrefslogtreecommitdiffstats
path: root/src/widgets/text-toolbar.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2013-02-03 18:40:00 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2013-02-03 18:40:00 +0000
commit61eb37a18f652117804d6e3a890ebde5959be214 (patch)
tree87d7238a180eb22c5e6473e09e23cdd7e6acb5e2 /src/widgets/text-toolbar.cpp
parentfix crash (diff)
downloadinkscape-61eb37a18f652117804d6e3a890ebde5959be214.tar.gz
inkscape-61eb37a18f652117804d6e3a890ebde5959be214.zip
add todo comment for fixing fontstyle fall-back behaviour
(bzr r12095)
Diffstat (limited to 'src/widgets/text-toolbar.cpp')
-rw-r--r--src/widgets/text-toolbar.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/text-toolbar.cpp b/src/widgets/text-toolbar.cpp
index f9921864c..060bb4a80 100644
--- a/src/widgets/text-toolbar.cpp
+++ b/src/widgets/text-toolbar.cpp
@@ -235,6 +235,8 @@ static void sp_text_fontstyle_populate(GObject *tbl, font_instance *font=NULL)
gtk_list_store_set (store, &iter, 0, "Bold", -1);
gtk_list_store_append (store, &iter);
gtk_list_store_set (store, &iter, 0, "Bold Italic", -1);
+
+ /// \todo \c list should be initialized here with "Normal", "Italic", etc too
}
// Select the style in the combo that best matches font