summaryrefslogtreecommitdiff
path: root/UCoreUtils.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2010-02-14 15:12:08 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2010-02-14 15:12:08 +0100
commitd338f1f0c1a72665396d95bfe303ed408a3f10b9 (patch)
treec41c71b380e1b749a49518a57edd3453a3733a5f /UCoreUtils.pas
parent55605a80092452ce593cb05df12a404ad47aa808 (diff)
downloadtuxcmd-0.6.76.tar.xz
Show warning when some files are unreadablev0.6.76
This will make user aware of what files will not be copied, chmodded or chowned.
Diffstat (limited to 'UCoreUtils.pas')
-rw-r--r--UCoreUtils.pas2
1 files changed, 1 insertions, 1 deletions
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));