File kde3-kim-0.9.5-about.patch of Package kde3-kim
Description: Change About dialog. Author: Kyrill Detinov <lazy.kent.suse@gmail.com> Index: src/bin/kim_other =================================================================== --- src/bin/kim_other.orig 2006-01-25 02:48:48.000000000 +0300 +++ src/bin/kim_other 2010-12-15 18:35:32.000000000 +0300 @@ -24,6 +24,6 @@ ACTION="$1"; kdeinstdir=`kde-config --prefix` case $ACTION in - about) kdialog --textbox "$kdeinstdir/share/apps/kim/kim_about.txt" 600 400;; + about) kdialog --textbox "/usr/share/doc/packages/kde3-kim/README" 600 400;; esac Index: README =================================================================== --- README.orig 2010-12-15 18:37:26.000000000 +0300 +++ README 2010-12-15 18:37:44.000000000 +0300 @@ -1 +1 @@ -Kim is a konqueror service menu which allows to resize, convert, rotate, (...) your images without to use a graphical application. This service menu can be considered as a frontend of ImageMagick. \ No newline at end of file +Kim is a konqueror service menu which allows to resize, convert, rotate, (...) your images without to use a graphical application. This service menu can be considered as a frontend of ImageMagick.