wordpad: Use correct resource ID for tab stops dialog.
Fixes regression from commit 55f024afe1
.
This commit is contained in:
parent
06175d046f
commit
0c50285e3e
|
@ -2435,7 +2435,7 @@ static LRESULT OnCommand( HWND hWnd, WPARAM wParam, LPARAM lParam)
|
|||
break;
|
||||
|
||||
case ID_TABSTOPS:
|
||||
DialogBoxW(GetModuleHandleW(0), MAKEINTRESOURCEW(IDD_PARAFORMAT), hWnd, tabstops_proc);
|
||||
DialogBoxW(GetModuleHandleW(0), MAKEINTRESOURCEW(IDD_TABSTOPS), hWnd, tabstops_proc);
|
||||
break;
|
||||
|
||||
case ID_ABOUT:
|
||||
|
|
Loading…
Reference in New Issue