Fixed incorrect labeling of question boxes.
Removed incorrect email address in copyright.
This commit is contained in:
parent
3640c36f8b
commit
5c4caa6669
|
@ -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
|
||||
|
|
|
@ -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 Béron
|
||||
*
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* 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;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* 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
|
||||
|
|
Loading…
Reference in New Issue