diff options
author | rubidium <rubidium@openttd.org> | 2008-03-26 10:08:17 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-03-26 10:08:17 +0000 |
commit | 327e870962e53a9ae809f588d520f216274679ed (patch) | |
tree | 6f0a8507b3787ee4fc264a975c90db6c455c39a1 /projects | |
parent | 06c0e5df5a9b043ef9745e3c2cc1653847a110ab (diff) | |
download | openttd-327e870962e53a9ae809f588d520f216274679ed.tar.xz |
(svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someone without a keyboard can enter text too. Patch by Dominik.
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 9898ff70b..1e2f734b9 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1524,6 +1524,10 @@ > </File> <File + RelativePath=".\..\src\osk_gui.cpp" + > + </File> + <File RelativePath=".\..\src\player_gui.cpp" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 7b7561e62..1a210fa8c 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1521,6 +1521,10 @@ > </File> <File + RelativePath=".\..\src\osk_gui.cpp" + > + </File> + <File RelativePath=".\..\src\player_gui.cpp" > </File> |