From b665202fc06826ae3c239f3420f8052989c7568c Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Fri, 19 Jan 2024 19:03:20 +0100 Subject: Set the TUXMCD_DEBUG env. var for VFS logging In case tuxcmd is started with the --debug switch, set the TUXMCD_DEBUG env. var that is later picked up by modules. --- UCoreUtils.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UCoreUtils.pas') 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)); -- cgit v1.2.3