#!/bin/sh
# Author : 	Charles Bouveyron <charles.bouveyron@free.fr>

ATTACHMENTS="";
ACTION=$1;
kdeinstdir=`kde-config --prefix`

case $ACTION in 
	about) kdialog --textbox "$kdeinstdir/share/apps/kim/kim_about.txt" 600 400;;
esac

