Commit 50af6022 authored by Robert Pouliot's avatar Robert Pouliot Committed by Alexandre Julliard

Fixes for other languages.

parent 2bb013b1
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment