mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
create_caption: Clean up copyright text more by removing "Freedoom, "
This commit is contained in:
parent
05a2b2f48e
commit
7517e75424
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ draw_with_footer() {
|
||||||
convert $input_file -fill orange -font "$font" +dither \
|
convert $input_file -fill orange -font "$font" +dither \
|
||||||
-pointsize 11 \
|
-pointsize 11 \
|
||||||
-gravity southwest \
|
-gravity southwest \
|
||||||
-draw "text 5,5 'Freedoom, © 2001-2017'" \
|
-draw "text 5,5 '© 2001-2017'" \
|
||||||
-gravity southeast \
|
-gravity southeast \
|
||||||
-draw "text 10,5 '$VERSION'" \
|
-draw "text 10,5 '$VERSION'" \
|
||||||
"$@" \
|
"$@" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue