diff options
| author | Tomas Bzatek <tbzatek@redhat.com> | 2024-01-19 19:03:20 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@redhat.com> | 2024-01-19 19:03:20 +0100 |
| commit | b665202fc06826ae3c239f3420f8052989c7568c (patch) | |
| tree | 580876490e5d5968990d4c858bcfff7caa208f04 /UCoreUtils.pas | |
| parent | c39411fcedd2086c10511a2be8bf81ba6c3c568c (diff) | |
| download | tuxcmd-0.6.79.tar.xz | |
Set the TUXMCD_DEBUG env. var for VFS loggingv0.6.79
In case tuxcmd is started with the --debug switch, set
the TUXMCD_DEBUG env. var that is later picked up by modules.
Diffstat (limited to 'UCoreUtils.pas')
| -rw-r--r-- | UCoreUtils.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UCoreUtils.pas b/UCoreUtils.pas index 4fb2239..1fae28b 100644 --- a/UCoreUtils.pas +++ b/UCoreUtils.pas @@ -825,7 +825,7 @@ begin if (libGnomeUI2Handle = nil) or (@gnome_about_new = nil) then Application.MessageBox(Format(LANGAboutString, [ConstAboutVersion, ConstAboutBuildDate])) else begin - AboutBox := gnome_about_new('Tux Commander', nil, 'Copyright © 2010 Tomáš Bžatek', + AboutBox := gnome_about_new('Tux Commander', nil, 'Copyright © 2002-2024 Tomáš Bžatek', PChar(Format(LANGAboutStringGnome, [ConstAboutVersion, ConstAboutBuildDate])), @Authors, nil, Translations, AppIcon128.FPixbuf); gtk_window_set_transient_for(GTK_WINDOW(AboutBox), GTK_WINDOW(FMain.FWidget)); |
