Code

merging gsoc 2009 color management work by Felipe Sanches (a.k.a. JucaBlues)
[inkscape.git] / src / ui / dialog / svg-fonts-dialog.h
index 83851de91bbb7ee878a9fd096d3860690c571826..e6042ed4299488420fbc24660cc2d849a8c5b88b 100644 (file)
@@ -99,6 +99,7 @@ private:
     void populate_kerning_pairs_box();
        void set_glyph_description_from_selected_path();
        void missing_glyph_description_from_selected_path();
+       void reset_missing_glyph_description();
        void add_glyph();
        void glyph_unicode_edit(const Glib::ustring&, const Glib::ustring&);
        void glyph_name_edit(const Glib::ustring&, const Glib::ustring&);
@@ -131,6 +132,7 @@ private:
     Gtk::Button add_glyph_button;
        Gtk::Button glyph_from_path_button;
        Gtk::Button missing_glyph_button;
+       Gtk::Button missing_glyph_reset_button;
 
     class Columns : public Gtk::TreeModel::ColumnRecord
         {