Changeset 43 in svn for trunk/zasc/app_c/DST_WinChannelEdit.c
- Timestamp:
- Sep 14, 2015 6:14:47 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/zasc/app_c/DST_WinChannelEdit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/zasc/app_c/DST_WinChannelEdit.c
r42 r43 42 42 CChannelEditWin_InitValues(); 43 43 CChannelEditWin_setSize(this); 44 this->SetTimeOut(this, 100 );44 this->SetTimeOut(this, 100000); 45 45 } 46 46 … … 263 263 { 264 264 case VK_MENU: 265 DST_CreateWin(WIN_MAIN_MENU, WIN_NULL, 0, 0, 0, 0); 266 this->Close(this); 267 break; 265 268 case VK_CANCEL: 269 case VK_PREV_MENU: 270 this->Close(this); 271 break; 266 272 case VK_PREV: 267 case VK_PREV_MENU:268 273 case VK_PREV_CH: 269 274 if (this->GetParentWinID(this)) DST_CreateWin(this->GetParentWinID(this), 0, 0, 0, 0, 0);
Note: See TracChangeset
for help on using the changeset viewer.
