9.04 beta

This commit is contained in:
Igor Pavlov
2009-06-02 00:00:00 +00:00
committed by Kornel Lesiński
parent 8874e4fbc9
commit 829409452d
440 changed files with 19803 additions and 9941 deletions

View File

@@ -297,8 +297,8 @@ UInt32 ReadToolbarsMask()
static UString GetPanelPathName(UInt32 panelIndex)
{
WCHAR panelString[32];
ConvertUInt64ToString(panelIndex, panelString);
WCHAR panelString[16];
ConvertUInt32ToString(panelIndex, panelString);
return UString(kPanelPathValueName) + panelString;
}