mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
Got carried away ;)
svn path=/trunk/; revision=21777
This commit is contained in:
parent
e0db930d64
commit
8e006a24f2
1 changed files with 4 additions and 4 deletions
|
@ -151,10 +151,10 @@ int WINAPI WinMain (HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpCmdLine, int iCmdS
|
||||||
|
|
||||||
switch(chOption)
|
switch(chOption)
|
||||||
{
|
{
|
||||||
case _T('s'): return ScreenSaver(NULL); // screen save
|
case 's': return ScreenSaver(NULL); // screen save
|
||||||
case _T('p'): return ScreenSaver(hwndParent); // preview in small window
|
case 'p': return ScreenSaver(hwndParent); // preview in small window
|
||||||
case _T('a'): return ChangePassword(hwndParent); // ask for password
|
case 'a': return ChangePassword(hwndParent); // ask for password
|
||||||
case _T('c'): return Configure(hwndParent); // configuration dialog
|
case 'c': return Configure(hwndParent); // configuration dialog
|
||||||
default: return Configure(hwndParent); // configuration dialog
|
default: return Configure(hwndParent); // configuration dialog
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue