foxygit / doom Log in
commit e225e0c93ce58bb0e33c174847305d39800fd755
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Fri Dec 10 22:37:29 2010 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Fri Dec 10 22:37:29 2010 +0000

    Fix build problem (thanks Proteh).

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 2211
---
 src/i_system.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/i_system.c b/src/i_system.c
index aa7875ff..afff1a95 100644
--- a/src/i_system.c
+++ b/src/i_system.c
@@ -360,7 +360,7 @@ void I_Error (char *error, ...)
                             msgbuf, strlen(msgbuf) + 1,
                             wmsgbuf, sizeof(wmsgbuf));

-        MessageBoxW(NULL, wmsgbuf, L"" PACKAGE_NAME, MB_OK);
+        MessageBoxW(NULL, wmsgbuf, L"", MB_OK);
     }
 #endif