X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwhistory.c;h=6d7a52302996d5f089b8ca434800d37f4b11638c;hb=4011e8678d85310eedf19fd00aa5d96a9a60770a;hp=854557ade470be80c163f4f8b4ab7811ea1e0aa8;hpb=f1fbc14f88e6dfef22020dc193f3b4805952778c;p=xboard.git diff --git a/winboard/whistory.c b/winboard/whistory.c index 854557a..6d7a523 100644 --- a/winboard/whistory.c +++ b/winboard/whistory.c @@ -6,6 +6,8 @@ * * Copyright 2005 Alessandro Scotti * + * Enhancements Copyright 2009, 2010, 2014, 2015 Free Software Foundation, Inc. + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify @@ -19,7 +21,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see http://www.gnu.org/licenses/. + * along with this program. If not, see http://www.gnu.org/licenses/. * * ------------------------------------------------------------------------ ** See the file ChangeLog for a revision history. */ @@ -151,6 +153,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 );