Fixes for other languages.
This commit is contained in:
parent
2bb013b155
commit
50af6022c7
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue