diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2009-01-27 17:30:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2009-01-27 17:30:46 +0000 |
commit | 1e725dca0bfb230430daa753f09ffe7b45a19795 (patch) | |
tree | 52ca4dc8471cf662ba06bb208c29e12a34a09e96 /src/dia_about.inc | |
parent | 94b76ebfb8785404ccb2159b0d21acfef94b7b20 (diff) | |
download | bootloader-theme-1e725dca0bfb230430daa753f09ffe7b45a19795.tar bootloader-theme-1e725dca0bfb230430daa753f09ffe7b45a19795.tar.gz bootloader-theme-1e725dca0bfb230430daa753f09ffe7b45a19795.tar.bz2 bootloader-theme-1e725dca0bfb230430daa753f09ffe7b45a19795.tar.xz bootloader-theme-1e725dca0bfb230430daa753f09ffe7b45a19795.zip |
get rid of some easter eggs (esp. penguins)
Diffstat (limited to 'src/dia_about.inc')
-rw-r--r-- | src/dia_about.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dia_about.inc b/src/dia_about.inc index 2055ea6..a754d29 100644 --- a/src/dia_about.inc +++ b/src/dia_about.inc @@ -64,7 +64,7 @@ /about.msg { /about.msg - ptheme { "pabout.txt" } { "about.txt" } ifelse findfile dup .undef ne { + "about.txt" findfile dup .undef ne { dup length string dup cvp rot dup length memcpy } if def |