]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/FormError.h
Michael's latest batch of new gnome files.
[lyx.git] / src / frontends / gnome / FormError.h
index e8a57302d34b708a556794769b1c4e77ffd7cf27..0b193e1a00a3e9778fc2e3be97f09c6be2aaff59 100644 (file)
@@ -49,9 +49,12 @@ private:
 
        void CloseClicked() { CancelButton(); }
        
-       /// The close button
-       Gtk::Button * close_btn() const;
+
+       /// generated by accessors.py
+       Gtk::Button * button_close() const;
+       /// generated by accessors.py
        Gtk::Text * textarea() const;
+
 };
 
 #endif