Changeset 1673 for trunk/dll/cmdline.c
- Timestamp:
- Dec 30, 2012, 7:51:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/cmdline.c
r1546 r1673 467 467 WinSetDlgItemText(hwnd, EXEC_WARNING2, (CHAR *) GetPString(IDS_NOTDIRECTEXETEXT)); 468 468 } 469 else if (apptype) { / * acceptable */469 else if (apptype) { // acceptable 470 470 471 471 CHAR s[257]; … … 729 729 WinQueryDlgItemText(hwnd, EXEC_CL, 1000, ex->commandline); 730 730 ex->flags = CheckExecutibleFlags(hwnd, 2); 731 /*ex->flags = 0;732 if (WinQueryButtonCheckstate(hwnd, EXEC_MINIMIZED))733 ex->flags |= MINIMIZED;734 if (WinQueryButtonCheckstate(hwnd, EXEC_MAXIMIZED))735 ex->flags |= MAXIMIZED;736 if (WinQueryButtonCheckstate(hwnd, EXEC_FULLSCREEN))737 ex->flags |= FULLSCREEN;738 else739 ex->flags |= WINDOWED;740 if (WinQueryButtonCheckstate(hwnd, EXEC_INVISIBLE))741 ex->flags |= INVISIBLE;742 if (WinQueryButtonCheckstate(hwnd, EXEC_KEEP))743 ex->flags |= SEPARATEKEEP;744 else745 ex->flags |= SEPARATE;*/746 731 strset(ex->environment, 0); 747 732 WinQueryDlgItemText(hwnd, EXEC_ENVIRON, 1000, ex->environment);
Note:
See TracChangeset
for help on using the changeset viewer.