/[winpt]/trunk/Src/wptKeyManagerDlg.cpp
ViewVC logotype

Diff of /trunk/Src/wptKeyManagerDlg.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 446 by twoaday, Tue Dec 13 11:04:49 2011 UTC revision 447 by twoaday, Mon Apr 16 19:42:28 2012 UTC
# Line 1517  keymanager_dlg_proc (HWND dlg, UINT msg, Line 1517  keymanager_dlg_proc (HWND dlg, UINT msg,
1517              lpTbNotify = (LPTBNOTIFY)lparam;              lpTbNotify = (LPTBNOTIFY)lparam;
1518              if (lpTbNotify->iItem < (sizeof (tbb) / sizeof (tb_button_s))) {              if (lpTbNotify->iItem < (sizeof (tbb) / sizeof (tb_button_s))) {
1519                  lpTbNotify->tbButton.iBitmap = km_imagelist_getindex (kmi->iconlist,                  lpTbNotify->tbButton.iBitmap = km_imagelist_getindex (kmi->iconlist,
1520                                                                     tbb[lpTbNotify->iItem].icon);                                                                        tbb[lpTbNotify->iItem].icon);
1521                  lpTbNotify->tbButton.idCommand = tbb[lpTbNotify->iItem].command;                  lpTbNotify->tbButton.idCommand = tbb[lpTbNotify->iItem].command;
1522                  lpTbNotify->tbButton.fsState = TBSTATE_ENABLED;                  lpTbNotify->tbButton.fsState = TBSTATE_ENABLED;
1523                  lpTbNotify->tbButton.fsStyle = TBSTYLE_BUTTON;                  lpTbNotify->tbButton.fsStyle = TBSTYLE_BUTTON;

Legend:
Removed from v.446  
changed lines
  Added in v.447

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26