mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
wordpad: Use correct resource ID for tab stops dialog.
Fixes regression from commit 55f024afe1
.
This commit is contained in:
parent
06175d046f
commit
0c50285e3e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue