diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-23 19:19:34 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-09-23 19:19:34 +0200 |
commit | f58c3f2e81e5cef689cf4b60a2616d062ee8edf6 (patch) | |
tree | 5ac538e5995f4f70aec73b77a220d4696651132a /VC2008 | |
parent | Fixed position confirming for 1.3.2 (FS #245) (diff) | |
download | cuberite-f58c3f2e81e5cef689cf4b60a2616d062ee8edf6.tar cuberite-f58c3f2e81e5cef689cf4b60a2616d062ee8edf6.tar.gz cuberite-f58c3f2e81e5cef689cf4b60a2616d062ee8edf6.tar.bz2 cuberite-f58c3f2e81e5cef689cf4b60a2616d062ee8edf6.tar.lz cuberite-f58c3f2e81e5cef689cf4b60a2616d062ee8edf6.tar.xz cuberite-f58c3f2e81e5cef689cf4b60a2616d062ee8edf6.tar.zst cuberite-f58c3f2e81e5cef689cf4b60a2616d062ee8edf6.zip |
Diffstat (limited to 'VC2008')
-rw-r--r-- | VC2008/MCServer.vcproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 6e0495b31..95ae8b2ea 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -1048,23 +1048,23 @@ Name="UI"
>
<File
- RelativePath="..\source\UI\cWindow.cpp"
+ RelativePath="..\source\UI\SlotArea.cpp"
>
</File>
<File
- RelativePath="..\source\UI\cWindow.h"
+ RelativePath="..\source\UI\SlotArea.h"
>
</File>
<File
- RelativePath="..\source\UI\cWindowOwner.h"
+ RelativePath="..\source\UI\Window.cpp"
>
</File>
<File
- RelativePath="..\source\UI\SlotArea.cpp"
+ RelativePath="..\source\UI\Window.h"
>
</File>
<File
- RelativePath="..\source\UI\SlotArea.h"
+ RelativePath="..\source\UI\WindowOwner.h"
>
</File>
</Filter>
|