Commit 0c50285e authored by Dylan Smith's avatar Dylan Smith Committed by Alexandre Julliard

wordpad: Use correct resource ID for tab stops dialog.

Fixes regression from commit 55f024af.
parent 06175d04
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment