Changeset 563 for trunk/Lucide/gui/printDlg.cpp
- Timestamp:
- Sep 18, 2016, 2:29:03 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Lucide/gui/printDlg.cpp ¶
r523 r563 46 46 #include "luutils.h" 47 47 #include "messages.h" 48 48 #include "Lucide.h" 49 49 50 50 char PrintDlg::defQueue[] = { 0 }; … … 540 540 localizeDialog( hwnd ); 541 541 centerWindow( _this->hFrame, hwnd ); 542 543 // setup the accelerators 544 WinSetAccelTable( hab, WinLoadAccelTable( hab, _hmod, IDA_ADDHELPACCEL ), hwnd ); 542 545 543 546 // Page range … … 852 855 WinDismissDlg( hwnd, DID_CANCEL ); 853 856 return (MRESULT)FALSE; 857 858 case CM_HELP: 859 if (Lucide::hwndHelp) 860 WinSendMsg(Lucide::hwndHelp,HM_DISPLAY_HELP, 861 MPFROM2SHORT(104, 0), MPFROMSHORT(HM_RESOURCEID)); 862 return (MRESULT)FALSE; 854 863 }; 855 864 return (MRESULT)FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.