Code

OCAL. Fix for Bug #638844 (Errors printed to console if openclipart search fails).
[inkscape.git] / src / ui / dialog / svg-fonts-dialog.h
index 83851de91bbb7ee878a9fd096d3860690c571826..e819187a1dceb2e61074fa18f931950a76049dc1 100644 (file)
@@ -2,7 +2,7 @@
  * @brief SVG Fonts dialog
  */
 /* Authors:
- *   Felipe CorrĂȘa da Silva Sanches <felipe.sanches@gmail.com>
+ *   Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org>
  *
  * Copyright (C) 2008 Authors
  * Released under GNU GPLv2 (or later).  Read the file 'COPYING' for more information.
@@ -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
         {