summaryrefslogtreecommitdiff
path: root/UCoreUtils.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@tbzatek.englab.brq.redhat.com>2008-11-11 13:53:37 +0100
committerTomas Bzatek <tbzatek@tbzatek.englab.brq.redhat.com>2008-11-11 13:53:37 +0100
commitb624be9dfcbc32874d0db82d3ee4c26b65de7c49 (patch)
tree590b4172f62915b5256329319ccee0144372d7b8 /UCoreUtils.pas
parente46108835fb7d7aa4461f6d3d5002456499df804 (diff)
downloadtuxcmd-b624be9dfcbc32874d0db82d3ee4c26b65de7c49.tar.xz
Parse GtkRc styles file in memoryv0.6.56
Diffstat (limited to 'UCoreUtils.pas')
-rw-r--r--UCoreUtils.pas4
1 files changed, 4 insertions, 0 deletions
diff --git a/UCoreUtils.pas b/UCoreUtils.pas
index 240bea6..ed326a5 100644
--- a/UCoreUtils.pas
+++ b/UCoreUtils.pas
@@ -1764,6 +1764,10 @@ end;
initialization
InternalLockInit(True);
SetupSignals;
+
+ // Parse tuxcmd rc file
+ gtk_rc_parse_string(tuxcmd_rc_file);
+
AppPath := IncludeTrailingPathDelimiter(GetHomePath);
IconPath := IncludeTrailingPathDelimiter(GetHomePath);
end.