You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebluez/src/tdebluez-common/faxhandler/faxhandler

11 lines
357 B

#!/bin/sh
# copyright 2004 by Fred Schaettgen <kdebluetooth@schaettgen.de>
MESSAGE="To send faxes you can set up tdeprintfax to use the kbtfax script, which comes with kdebluetooth. Do you want to read more about that?"
if $(kdialog --yesno "$MESSAGE" --title "KDE Bluetooth Framework") ; then
konqueror help:/kdebluetooth/otherprofiles.html#fax
fi