X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fwhistory.c;h=4d0080f962e44a4c8f9689807173c32000e4db6b;hb=95244a1c40718e9ad8bda9e2df66677e180354d6;hp=854557ade470be80c163f4f8b4ab7811ea1e0aa8;hpb=f1fbc14f88e6dfef22020dc193f3b4805952778c;p=xboard.git diff --git a/winboard/whistory.c b/winboard/whistory.c index 854557a..4d0080f 100644 --- a/winboard/whistory.c +++ b/winboard/whistory.c @@ -6,6 +6,9 @@ * * Copyright 2005 Alessandro Scotti * + * Enhancements Copyright 2009, 2010, 2014, 2015, 2016 Free Software + * Foundation, Inc. + * * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify @@ -19,7 +22,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 +154,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 );