Got carried away ;)

svn path=/trunk/; revision=21777
This commit is contained in:
Ged Murphy 2006-05-02 21:11:36 +00:00
parent e0db930d64
commit 8e006a24f2

View file

@ -151,10 +151,10 @@ int WINAPI WinMain (HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpCmdLine, int iCmdS
switch(chOption)
{
case _T('s'): return ScreenSaver(NULL); // screen save
case _T('p'): return ScreenSaver(hwndParent); // preview in small window
case _T('a'): return ChangePassword(hwndParent); // ask for password
case _T('c'): return Configure(hwndParent); // configuration dialog
case 's': return ScreenSaver(NULL); // screen save
case 'p': return ScreenSaver(hwndParent); // preview in small window
case 'a': return ChangePassword(hwndParent); // ask for password
case 'c': return Configure(hwndParent); // configuration dialog
default: return Configure(hwndParent); // configuration dialog
}