Commit 5c4caa66 authored by Joshua Thielen's avatar Joshua Thielen Committed by Alexandre Julliard

Fixed incorrect labeling of question boxes.

Removed incorrect email address in copyright.
parent 3640c36f
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* WineMine * WineMine
* English Language Support * English Language Support
* *
* Copyright 2000 Joshua Thielen <jt85296@ltu.edu> * Copyright 2000 Joshua Thielen
* Copyright 2003 Marcelo Duarte * Copyright 2003 Marcelo Duarte
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* WineMine * WineMine
* French Language Support * French Language Support
* *
* Copyright 2000 Joshua Thielen <jt85296@ltu.edu> * Copyright 2000 Joshua Thielen
* Copyright 2003 Marcelo Duarte * Copyright 2003 Marcelo Duarte
* Copyright 2003 Vincent Bron * Copyright 2003 Vincent Bron
* *
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* WineMine * WineMine
* Italian Language Support * Italian Language Support
* *
* Copyright 2000 Joshua Thielen <jt85296@ltu.edu> * Copyright 2000 Joshua Thielen
* Copyright 2003 Marcelo Duarte * Copyright 2003 Marcelo Duarte
* Copyright 2003 Ivan Leo Murray-Smith * Copyright 2003 Ivan Leo Murray-Smith
* *
......
/* /*
* WineMine (dialog.c) * 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
......
/* /*
* WineMine (dialog.h) * 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
......
/* /*
* WineMine (main.c) * 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * 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, ...@@ -639,6 +639,8 @@ void DrawMine( HDC hdc, HDC hMemDC, BOARD *p_board, unsigned col, unsigned row,
case COMPLETE: case COMPLETE:
offset = EXPLODE_BMP; offset = EXPLODE_BMP;
break; break;
case QUESTION:
/* fall through */
case NORMAL: case NORMAL:
offset = MINE_BMP; offset = MINE_BMP;
} }
......
/* /*
* Copyright 2000 Joshua Thielen <jt85296@ltu.edu> * Copyright 2000 Joshua Thielen
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
......
/* /*
* WineMine (resource.h) * 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
......
/* /*
* WineMine (rsrc.rc) * WineMine (rsrc.rc)
* *
* Copyright 2000 Joshua Thielen <jt85296@ltu.edu> * Copyright 2000 Joshua Thielen
* Copyright 2003 Marcelo Duarte * Copyright 2003 Marcelo Duarte
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment