From d338f1f0c1a72665396d95bfe303ed408a3f10b9 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 14 Feb 2010 15:12:08 +0100 Subject: Show warning when some files are unreadable This will make user aware of what files will not be copied, chmodded or chowned. --- UCoreUtils.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UCoreUtils.pas') diff --git a/UCoreUtils.pas b/UCoreUtils.pas index 342d796..d65eed4 100644 --- a/UCoreUtils.pas +++ b/UCoreUtils.pas @@ -824,7 +824,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 © 2009 Tomáš Bžatek', + AboutBox := gnome_about_new('Tux Commander', nil, 'Copyright © 2010 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