Commit last (small) changes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9033 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
86b8a8828a
commit
755989bc95
@ -29,10 +29,9 @@ class NetworkSetupWindow : public BWindow
|
|||||||
typedef BWindow inherited;
|
typedef BWindow inherited;
|
||||||
|
|
||||||
// Virtual function overrides
|
// Virtual function overrides
|
||||||
public:
|
|
||||||
// public constantes
|
// public constantes
|
||||||
enum
|
enum {
|
||||||
{
|
|
||||||
SELECT_PROFILE_MSG = 'prof',
|
SELECT_PROFILE_MSG = 'prof',
|
||||||
MANAGE_PROFILES_MSG = 'mngp',
|
MANAGE_PROFILES_MSG = 'mngp',
|
||||||
NEW_PROFILE_MSG = 'newp',
|
NEW_PROFILE_MSG = 'newp',
|
||||||
@ -43,7 +42,7 @@ class NetworkSetupWindow : public BWindow
|
|||||||
DONT_TOUCH_MSG = 'lock',
|
DONT_TOUCH_MSG = 'lock',
|
||||||
APPLY_NOW_MSG = 'aply',
|
APPLY_NOW_MSG = 'aply',
|
||||||
REVERT_MSG = 'rvrt'
|
REVERT_MSG = 'rvrt'
|
||||||
};
|
};
|
||||||
|
|
||||||
bool QuitRequested();
|
bool QuitRequested();
|
||||||
void MessageReceived(BMessage * msg);
|
void MessageReceived(BMessage * msg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user