diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2010-02-14 15:12:08 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2010-02-14 15:12:08 +0100 |
| commit | d338f1f0c1a72665396d95bfe303ed408a3f10b9 (patch) | |
| tree | c41c71b380e1b749a49518a57edd3453a3733a5f /UCoreUtils.pas | |
| parent | 55605a80092452ce593cb05df12a404ad47aa808 (diff) | |
| download | tuxcmd-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.pas | 2 |
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)); |
