Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
5c4caa66
Commit
5c4caa66
authored
Nov 26, 2003
by
Joshua Thielen
Committed by
Alexandre Julliard
Nov 26, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed incorrect labeling of question boxes.
Removed incorrect email address in copyright.
parent
3640c36f
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
9 deletions
+11
-9
En.rc
programs/winemine/En.rc
+1
-1
Fr.rc
programs/winemine/Fr.rc
+1
-1
It.rc
programs/winemine/It.rc
+1
-1
dialog.c
programs/winemine/dialog.c
+1
-1
dialog.h
programs/winemine/dialog.h
+1
-1
main.c
programs/winemine/main.c
+3
-1
main.h
programs/winemine/main.h
+1
-1
resource.h
programs/winemine/resource.h
+1
-1
rsrc.rc
programs/winemine/rsrc.rc
+1
-1
No files found.
programs/winemine/En.rc
View file @
5c4caa66
...
...
@@ -2,7 +2,7 @@
* WineMine
* English Language Support
*
* Copyright 2000 Joshua Thielen
<jt85296@ltu.edu>
* Copyright 2000 Joshua Thielen
* Copyright 2003 Marcelo Duarte
*
* This library is free software; you can redistribute it and/or
...
...
programs/winemine/Fr.rc
View file @
5c4caa66
...
...
@@ -2,7 +2,7 @@
* WineMine
* French Language Support
*
* Copyright 2000 Joshua Thielen
<jt85296@ltu.edu>
* Copyright 2000 Joshua Thielen
* Copyright 2003 Marcelo Duarte
* Copyright 2003 Vincent Bron
*
...
...
programs/winemine/It.rc
View file @
5c4caa66
...
...
@@ -2,7 +2,7 @@
* WineMine
* Italian Language Support
*
* Copyright 2000 Joshua Thielen
<jt85296@ltu.edu>
* Copyright 2000 Joshua Thielen
* Copyright 2003 Marcelo Duarte
* Copyright 2003 Ivan Leo Murray-Smith
*
...
...
programs/winemine/dialog.c
View file @
5c4caa66
/*
* WineMine (dialog.c)
*
* Copyright 2000 Joshua Thielen
<jt85296@ltu.edu>
* Copyright 2000 Joshua Thielen
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
programs/winemine/dialog.h
View file @
5c4caa66
/*
* WineMine (dialog.h)
*
* Copyright 2000 Joshua Thielen
<jt85296@ltu.edu>
* Copyright 2000 Joshua Thielen
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
programs/winemine/main.c
View file @
5c4caa66
/*
* WineMine (main.c)
*
* Copyright 2000 Joshua Thielen
<jt85296@ltu.edu>
* Copyright 2000 Joshua Thielen
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -639,6 +639,8 @@ void DrawMine( HDC hdc, HDC hMemDC, BOARD *p_board, unsigned col, unsigned row,
case
COMPLETE
:
offset
=
EXPLODE_BMP
;
break
;
case
QUESTION
:
/* fall through */
case
NORMAL
:
offset
=
MINE_BMP
;
}
...
...
programs/winemine/main.h
View file @
5c4caa66
/*
* Copyright 2000 Joshua Thielen
<jt85296@ltu.edu>
* Copyright 2000 Joshua Thielen
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
programs/winemine/resource.h
View file @
5c4caa66
/*
* WineMine (resource.h)
*
* Copyright 2000 Joshua Thielen
<jt85296@ltu.edu>
* Copyright 2000 Joshua Thielen
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
programs/winemine/rsrc.rc
View file @
5c4caa66
/*
* WineMine (rsrc.rc)
*
* Copyright 2000 Joshua Thielen
<jt85296@ltu.edu>
* Copyright 2000 Joshua Thielen
* Copyright 2003 Marcelo Duarte
*
* This library is free software; you can redistribute it and/or
...
...
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