From 7a5063f086075d19892ee78156f2711afcc899d6 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 21 Nov 2002 13:11:29 +0000 Subject: enhanced launcher: added 'Remove' button, renamed 'Configure...' to 'Edit Game...'; display warning dialog if 'Add Game...' can't find any game in the selected directory; show warnings dialogs for stuff that is NYI svn-id: r5660 --- gui/launcher.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gui/launcher.h') diff --git a/gui/launcher.h b/gui/launcher.h index a044f6c658..8c0fef187d 100644 --- a/gui/launcher.h +++ b/gui/launcher.h @@ -41,7 +41,8 @@ public: protected: ListWidget *_list; Widget *_startButton; - Widget *_configureButton; + Widget *_editButton; + Widget *_removeButton; StringList _filenames; GameDetector &_detector; BrowserDialog *_browser; -- cgit v1.2.3