Code

1) Make snapping of object's center optional 2) Optimize snapping preferences dialog
[inkscape.git] / src / ui / dialog / aboutbox.h
index 50627b57dddc8df5c2c4938b1d48dd0c683cd384..ebd7e0a53b67eb760b161d615e0df6a424cb66e8 100644 (file)
@@ -22,12 +22,21 @@ namespace UI {
 namespace Dialog {
 
 class AboutBox : public Gtk::Dialog {
+
 public:
+
     static void show_about();
     static void hide_about();
 
 private:
+
     AboutBox();
+    
+    void initStrings();
+    
+    Glib::ustring authors_text;
+    Glib::ustring translators_text;
+    Glib::ustring license_text;
 
     virtual void on_response(int response_id);
 };