diff options
author | B. Watson <urchlay@slackware.uk> | 2022-12-28 18:33:27 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 09:14:41 +0700 |
commit | ecb464279e06c936f4560266972c89f0c8b4617e (patch) | |
tree | d6f64353fb5bc55043d500b24f24969bfea8e8ec /graphics/yvonne/fixencoding.diff | |
parent | 1d37f98063ecb675049839fb898193497156a3a0 (diff) |
graphics/yvonne: Added (viewer for Atari 8-bit image formats)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/yvonne/fixencoding.diff')
-rw-r--r-- | graphics/yvonne/fixencoding.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/yvonne/fixencoding.diff b/graphics/yvonne/fixencoding.diff new file mode 100644 index 0000000000..fd6ae6c9f2 --- /dev/null +++ b/graphics/yvonne/fixencoding.diff @@ -0,0 +1,12 @@ +diff -Naur yvonne-1.0.orig/widget.cpp yvonne-1.0/widget.cpp +--- yvonne-1.0.orig/widget.cpp 2006-12-28 16:37:54.000000000 -0500 ++++ yvonne-1.0/widget.cpp 2022-12-27 22:54:26.778944637 -0500 +@@ -363,7 +363,7 @@ + sName=NAME; + sName+=" "; + sName+=VERSION; +- QMessageBox::about(m_pParent, sName, "Atari Picture Viewer.\nby Rafał 'bob_er' Ciepiela, 2006\ncontact: bob_er@users.sourceforge.net\n\nThis is free software.\nCheck 'copying' file for details."); ++ QMessageBox::about(m_pParent, sName, "Atari Picture Viewer.\nby Rafal 'bob_er' Ciepiela, 2006\ncontact: bob_er@users.sourceforge.net\n\nThis is free software.\nCheck 'copying' file for details."); + return; + } + |