Fixes for other languages.

This commit is contained in:
Robert Pouliot 1998-11-07 12:09:24 +00:00 committed by Alexandre Julliard
parent 2bb013b155
commit 50af6022c7
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Mon Nov 2 19:52:22 1998 Robert Pouliot <krynos@clic.net>
* [Fr.rc] [main.c] [Makefile.in]
Added French language support.
Fixes for other languages.
Sun Jul 5 20:10:53 1998 Marcel Baur <mbaur@g26.ethz.ch>
* Moved "Always on top" menu into system menu (as in Windows)
This required minor changes in

View File

@ -211,8 +211,11 @@ int PASCAL WinMain (HANDLE hInstance, HANDLE prev, LPSTR cmdline, int show)
#if defined(WINELIB) && !defined(HAVE_WINE_CONSTRUCTOR)
/* Register resources */
LIBWINE_Register_Da();
LIBWINE_Register_De();
LIBWINE_Register_En();
LIBWINE_Register_Es();
LIBWINE_Register_Fr();
LIBWINE_Register_Sw();
#endif