X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwhistory.c;h=96a08e2dfee4c71ba614dcb7e09fef6fd38c6473;hb=2c6cd481ba85455e761248831c7eee4a50e8b5c7;hp=854557ade470be80c163f4f8b4ab7811ea1e0aa8;hpb=f1fbc14f88e6dfef22020dc193f3b4805952778c;p=xboard.git diff --git a/winboard/whistory.c b/winboard/whistory.c index 854557a..96a08e2 100644 --- a/winboard/whistory.c +++ b/winboard/whistory.c @@ -151,6 +151,7 @@ LRESULT CALLBACK HistoryDialogProc( HWND hDlg, UINT message, WPARAM wParam, LPAR case WM_INITDIALOG: if( moveHistoryDialog == NULL ) { moveHistoryDialog = hDlg; + Translate(hDlg, DLG_MoveHistory); /* Enable word wrapping and notifications */ SendDlgItemMessage( moveHistoryDialog, IDC_MoveHistory, EM_SETTARGETDEVICE, 0, 0 );