summaryrefslogtreecommitdiff
path: root/yapp
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-06-01 05:29:09 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-06-01 05:29:09 +0000
commitdc08107d59d2b1b4bbf840ab156876f52841e15e (patch)
tree99d0e14cea06fd7fbc67709c5bde6e89a31b2e3d /yapp
parent406c53c0b2d017fedd465ec49d2ece8e496ac65c (diff)
spelled Nikto's name incorrectly (sorry)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@187 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'yapp')
-rw-r--r--yapp/message_pump.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yapp/message_pump.cpp b/yapp/message_pump.cpp
index b70fd6e..277e715 100644
--- a/yapp/message_pump.cpp
+++ b/yapp/message_pump.cpp
@@ -18,7 +18,7 @@ HANDLE hMPEvent;
bool is_full_screen() {
int w = GetSystemMetrics(SM_CXSCREEN);
int h = GetSystemMetrics(SM_CYSCREEN);
- // use ClientRect instead of WindowRect so that it works normally for maximized applications - thx Nickto
+ // use ClientRect instead of WindowRect so that it works normally for maximized applications - thx Nikto
RECT ClientRect;
HWND hWnd = 0;