IDE: changed displayname for the win32 interface to win32/win64

git-svn-id: trunk@11316 -
This commit is contained in:
vincents 2007-06-13 06:19:19 +00:00
parent 117498a784
commit 2ae22b6cfe

View File

@ -56,7 +56,7 @@ const
'gtk', 'gtk2', 'win32', 'wince', 'carbon', 'qt', 'fpgui'
);
LCLPlatformDisplayNames: array[TLCLPlatform] of string = (
'gtk', 'gtk 2', 'win32/64', 'wince', 'carbon', 'qt', 'fpgui'
'gtk', 'gtk 2', 'win32/win64', 'wince', 'carbon', 'qt', 'fpgui'
);