diff options
Diffstat (limited to 'UCoreUtils.pas')
| -rw-r--r-- | UCoreUtils.pas | 4 |
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. |
