You've already forked lazarus-ccr
* Replace UTF8String by String in all demos
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1107 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -41,7 +41,7 @@ type
|
||||
var
|
||||
MainForm: TMainForm;
|
||||
|
||||
procedure LoadUnicodeStrings(const Name: string; var Strings: array of UTF8String);
|
||||
procedure LoadUnicodeStrings(const Name: string; var Strings: array of String);
|
||||
procedure SetStatusbarText(const S: string);
|
||||
|
||||
//----------------------------------------------------------------------------------------------------------------------
|
||||
@@ -56,7 +56,7 @@ uses
|
||||
//----------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
procedure LoadUnicodeStrings(const Name: string; var Strings: array of UTF8String);
|
||||
procedure LoadUnicodeStrings(const Name: string; var Strings: array of String);
|
||||
|
||||
// Loads the Unicode strings from the resource.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user