From c9a02bf590248c0bd8e1343198d3f9c13ce118c1 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 14 Jun 2008 18:34:02 +0200 Subject: Port to new ULibc unit, drop dependency to compiler Libc library (preparation for PPC port) --- UPreferences.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'UPreferences.pas') diff --git a/UPreferences.pas b/UPreferences.pas index 9c73adc..6a799d5 100644 --- a/UPreferences.pas +++ b/UPreferences.pas @@ -23,7 +23,7 @@ interface uses glib2, gtk2, pango, SysUtils, Types, Classes, Variants, GTKControls, GTKForms, GTKStdCtrls, GTKExtCtrls, GTKConsts, GTKView, - GTKUtils, GTKDialogs, GTKPixbuf, GTKClasses, GTKMenus, Libc, + GTKUtils, GTKDialogs, GTKPixbuf, GTKClasses, GTKMenus, ULibc, UCoreClasses, UGnome; type @@ -254,7 +254,7 @@ begin Table2.AddControlEx(1, 6, 1, 1, CmdLineBehaviourLabel, [taoShrink, taoFill], [taoShrink, taoExpand, taoFill], 0, 2); Table2.AddControlEx(2, 6, 2, 1, TerminalOptionMenu, [taoShrink, taoFill], [taoShrink, taoExpand, taoFill], 10, 2); - FormatTime := Libc.__time(nil); + FormatTime := libc_time(nil); DateFormatLabel := TGTKLabel.Create(Self); DateFormatLabel.Caption := 'Date _format:'; DateFormatLabel.XAlign := 0; -- cgit v1.2.3