Fixed incorrect labeling of question boxes.

Removed incorrect email address in copyright.
This commit is contained in:
Joshua Thielen 2003-11-26 03:40:01 +00:00 committed by Alexandre Julliard
parent 3640c36f8b
commit 5c4caa6669
9 changed files with 11 additions and 9 deletions

View File

@ -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

View File

@ -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
*

View File

@ -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
*

View File

@ -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

View File

@ -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

View File

@ -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;
}

View File

@ -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

View File

@ -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

View File

@ -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