diff -r 658ad3bc0c8a -r dfbc371b7280 mainwindow.h --- a/mainwindow.h Sat Mar 31 09:28:27 2007 +0000 +++ b/mainwindow.h Sat Mar 31 09:28:27 2007 +0000 @@ -147,6 +147,7 @@ void formatSelectBackColor(); void formatSelectBackImage(); void formatSelectLinkColor(); + void formatSelectSelectionColor(); void formatToggleLinkColorHint(); void formatIncludeImagesVer(); void formatIncludeImagesHor(); @@ -167,6 +168,7 @@ void windowToggleAntiAlias(); void windowToggleSmoothPixmap(); void updateNoteFlag(); + void updateSatellites(MapEditor *); void updateActions(); ModMode getModMode(); bool autoEdit(); @@ -260,6 +262,7 @@ QAction* actionFormatBackColor; QAction* actionFormatBackImage; QAction* actionFormatLinkColor; + QAction* actionFormatSelectionColor; QAction *actionFormatIncludeImagesVer; QAction *actionFormatIncludeImagesHor; @@ -270,7 +273,7 @@ QActionGroup *actionGroupFormatFrameTypes; - QAction *actionOpenPropertyDialog; + QAction *actionTogglePropertyDialog; QActionGroup *actionGroupFormatLinkStyles; QAction *actionFormatLinkStyleLine;