summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2011-02-11 17:45:32 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2011-02-11 17:45:32 +0800
commitbba7a98cc63162b694ee6d0eff3e81a83ab90b88 (patch)
treecfb5e25bb1776f406838a99c2ef25fddca8cf642
parentd4ac3c8561a8ccff2f0588ddaa272c7aa117cb1b (diff)
downloadgtk+-bba7a98cc63162b694ee6d0eff3e81a83ab90b88.tar.gz
Visual C++ support: Fix the gdk-win32 Project
Apparently I previously had one of the source files wrong here... Update this to reflect the correct file. My fault for not seeing this earlier-sorry. DOH.
-rw-r--r--build/win32/vs9/gdk-win32.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/win32/vs9/gdk-win32.vcproj b/build/win32/vs9/gdk-win32.vcproj
index ef0fc6e823..2aad52b4a0 100644
--- a/build/win32/vs9/gdk-win32.vcproj
+++ b/build/win32/vs9/gdk-win32.vcproj
@@ -139,7 +139,7 @@
<File RelativePath="..\..\..\gdk\win32\gdkselection-win32.c" />
<File RelativePath="..\..\..\gdk\win32\gdktestutils-win32.c" />
<File RelativePath="..\..\..\gdk\win32\gdkvisual-win32.c" />
- <File RelativePath="..\..\..\gdk\win32\gdkwin32displaymanager.c" />
+ <File RelativePath="..\..\..\gdk\win32\gdkdisplaymanager-win32.c" />
<File RelativePath="..\..\..\gdk\win32\gdkwin32id.c" />
<File RelativePath="..\..\..\gdk\win32\gdkwindow-win32.c" />
</Filter>