Updated copyright notice to 2014
[xboard.git] / winboard / whistory.c
index 854557a..d0d897a 100644 (file)
@@ -6,6 +6,8 @@
  *\r
  * Copyright 2005 Alessandro Scotti\r
  *\r
+ * Enhancements Copyright 2009, 2010, 2014 Free Software Foundation, Inc.\r
+ *\r
  * ------------------------------------------------------------------------\r
  *\r
  * GNU XBoard is free software: you can redistribute it and/or modify\r
@@ -19,7 +21,7 @@
  * General Public License for more details.\r
  *\r
  * You should have received a copy of the GNU General Public License\r
- * along with this program. If not, see http://www.gnu.org/licenses/. \r
+ * along with this program. If not, see http://www.gnu.org/licenses/.\r
  *\r
  * ------------------------------------------------------------------------\r
  ** See the file ChangeLog for a revision history.  */\r
@@ -151,6 +153,7 @@ LRESULT CALLBACK HistoryDialogProc( HWND hDlg, UINT message, WPARAM wParam, LPAR
     case WM_INITDIALOG:\r
         if( moveHistoryDialog == NULL ) {\r
             moveHistoryDialog = hDlg;\r
+            Translate(hDlg, DLG_MoveHistory);\r
 \r
             /* Enable word wrapping and notifications */\r
             SendDlgItemMessage( moveHistoryDialog, IDC_MoveHistory, EM_SETTARGETDEVICE, 0, 0 );\r