diff Chest.cpp @ 987:9e132060ada3

UIMSG_CHEST_ClickItem
author Ritor1
date Sun, 12 May 2013 18:11:21 +0600
parents 5a2dbb00c399
children e865f349aa41 c45d51b3f4f4
line wrap: on
line diff
--- a/Chest.cpp	Sun May 12 09:38:30 2013 +0600
+++ b/Chest.cpp	Sun May 12 18:11:21 2013 +0600
@@ -242,7 +242,7 @@
   pChestWindow = pGUIWindow_CurrentMenu = GUIWindow::Create(0, 0, 640, 480, WINDOW_Chest, uChestID, 0);
 
   pBtn_ExitCancel = pChestWindow->CreateButton(471, 445, 169,  35, 1, 0, UIMSG_Escape, 0, 0, pGlobalTXT_LocalizationStrings[79], pIcons_LOD->GetTexture(uExitCancelTextureId),   0);// Exit
-                    pChestWindow->CreateButton(  7,   8, 460, 343, 1, 0, UIMSG_C,      0, 0, "", 0);
+                    pChestWindow->CreateButton(  7,   8, 460, 343, 1, 0, UIMSG_CHEST_ClickItem,      0, 0, "", 0);
 
   pCurrentScreen = SCREEN_CHEST;
   pEventTimer->Pause();