mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 20:40:25 +02:00
IDE: changed displayname for the win32 interface to win32/win64
git-svn-id: trunk@11316 -
This commit is contained in:
parent
117498a784
commit
2ae22b6cfe
@ -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'
|
||||
);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user