Change the diveSiteMessage to show close or accept/reject

This gives us consistent behavior and allows closing the dive site
management screen without editing.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-03-10 11:35:05 -07:00
parent ca64f8a782
commit b81647bd8a
2 changed files with 24 additions and 10 deletions

View file

@ -246,6 +246,7 @@ private:
struct dive_site *currentDs;
Ui::LocationInformation ui;
bool modified;
QAction *closeAction, *acceptAction, *rejectAction;
};
bool isGnome3Session();