wordpad: Use correct resource ID for tab stops dialog.

Fixes regression from commit 55f024afe1.
This commit is contained in:
Dylan Smith 2010-06-24 18:36:04 -04:00 committed by Alexandre Julliard
parent 06175d046f
commit 0c50285e3e

View file

@ -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: