diff options
author | rubidium <rubidium@openttd.org> | 2008-05-16 07:08:04 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-16 07:08:04 +0000 |
commit | 7491b792e2201bb6c3fa62a1c99a5b6d83304d31 (patch) | |
tree | 71b42c2570a5e13678d6722deaf7787da0a7ade9 /projects | |
parent | 7c7a4de3e58c4699e3c8f3ca5cf20fb874c1953c (diff) | |
download | openttd-7491b792e2201bb6c3fa62a1c99a5b6d83304d31.tar.xz |
(svn r13114) -Codechange: use InvalidateData instead of direct window access to modify the state of the statusbar from outside the statusbar.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index ccf20523e..e73c5d269 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1440,6 +1440,10 @@ > </File> <File + RelativePath=".\..\src\statusbar_gui.h" + > + </File> + <File RelativePath=".\..\src\stdafx.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index d4b35c0c1..190d050ed 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1437,6 +1437,10 @@ > </File> <File + RelativePath=".\..\src\statusbar_gui.h" + > + </File> + <File RelativePath=".\..\src\stdafx.h" > </File> |