Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
50af6022
Commit
50af6022
authored
Nov 07, 1998
by
Robert Pouliot
Committed by
Alexandre Julliard
Nov 07, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes for other languages.
parent
2bb013b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
ChangeLog
programs/clock/ChangeLog
+5
-0
main.c
programs/clock/main.c
+3
-0
No files found.
programs/clock/ChangeLog
View file @
50af6022
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
...
...
programs/clock/main.c
View file @
50af6022
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment