Parent Directory
|
Revision Log
|
Patch
revision 15 by twoaday, Wed May 4 07:59:42 2005 UTC | revision 16 by twoaday, Mon May 9 08:54:21 2005 UTC | |
---|---|---|
# | Line 243 win_main (HINSTANCE hinst, HINSTANCE hpr | Line 243 win_main (HINSTANCE hinst, HINSTANCE hpr |
243 | return 0; | return 0; |
244 | } | } |
245 | ||
246 | if (cmdline && stristr (cmdline, "--mobile")) | if (cmdline && stristr (cmdline, "--mobile")) { |
247 | msg_box (NULL, "WARNING: mobile modus is not fully implemented yet!", "WinPT", MB_INFO); | |
248 | mobile = 1; | mobile = 1; |
249 | } | |
250 | ||
251 | set_default_kserver (); | set_default_kserver (); |
252 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |