Browse Source

* some interface unit compilation fixes in the udialogs unit

git-svn-id: branches/unicodekvm@48604 -
nickysn 4 years ago
parent
commit
297e9881c6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/fv/src/dialogs.inc

+ 2 - 2
packages/fv/src/dialogs.inc

@@ -367,7 +367,7 @@ TYPE
         AScrollBar: PScrollBar);
       CONSTRUCTOR Load (Var S: TStream);
       FUNCTION DataSize: Sw_Word; Virtual;
-      FUNCTION GetText (Item: Sw_Integer; MaxLen: Sw_Integer): String; Virtual;
+      FUNCTION GetText (Item: Sw_Integer; MaxLen: Sw_Integer): Sw_String; Virtual;
       PROCEDURE NewList(AList: PCollection); Virtual;
       PROCEDURE GetData (Var Rec); Virtual;
       PROCEDURE SetData (Var Rec); Virtual;
@@ -480,7 +480,7 @@ TYPE
         AHistoryId: Word);
       FUNCTION HistoryWidth: Sw_Integer;
       FUNCTION GetPalette: PPalette; Virtual;
-      FUNCTION GetText (Item: Sw_Integer; MaxLen: Sw_Integer): String; Virtual;
+      FUNCTION GetText (Item: Sw_Integer; MaxLen: Sw_Integer): Sw_String; Virtual;
       PROCEDURE HandleEvent (Var Event: TEvent); Virtual;
    END;
    PHistoryViewer = ^THistoryViewer;