Indention
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2592 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
fea14ee723
commit
1ba063a327
2 changed files with 194 additions and 195 deletions
|
@ -213,8 +213,7 @@ BOOL CALLBACK DialogProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) {
|
||||||
case TBN_DROPDOWN:
|
case TBN_DROPDOWN:
|
||||||
{
|
{
|
||||||
LPNMTOOLBAR pToolBar = (LPNMTOOLBAR) lParam;
|
LPNMTOOLBAR pToolBar = (LPNMTOOLBAR) lParam;
|
||||||
if(pToolBar->hdr.hwndFrom == g_toolbar.hwnd &&
|
if(pToolBar->hdr.hwndFrom == g_toolbar.hwnd && pToolBar->iItem == IDM_COMPRESSOR) {
|
||||||
pToolBar->iItem == IDM_COMPRESSOR) {
|
|
||||||
ShowToolbarDropdownMenu();
|
ShowToolbarDropdownMenu();
|
||||||
return TBDDRET_DEFAULT;
|
return TBDDRET_DEFAULT;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue