|
|
@ -450,7 +450,7 @@ void kgpgOptions::slotInstallSign(TQString mimetype)
|
|
|
|
KDesktopFile configl2(path, false);
|
|
|
|
KDesktopFile configl2(path, false);
|
|
|
|
if (configl2.isImmutable() ==false) {
|
|
|
|
if (configl2.isImmutable() ==false) {
|
|
|
|
configl2.setGroup("Desktop Entry");
|
|
|
|
configl2.setGroup("Desktop Entry");
|
|
|
|
configl2.writeEntry("ServiceTypes", mimetype);
|
|
|
|
configl2.writeEntry("X-TDE-ServiceTypes", mimetype);
|
|
|
|
configl2.writeEntry("Actions", "sign");
|
|
|
|
configl2.writeEntry("Actions", "sign");
|
|
|
|
configl2.setGroup("Desktop Action sign");
|
|
|
|
configl2.setGroup("Desktop Action sign");
|
|
|
|
configl2.writeEntry("Name",i18n("Sign File"));
|
|
|
|
configl2.writeEntry("Name",i18n("Sign File"));
|
|
|
@ -467,7 +467,7 @@ void kgpgOptions::slotInstallDecrypt(TQString mimetype)
|
|
|
|
KDesktopFile configl2(path, false);
|
|
|
|
KDesktopFile configl2(path, false);
|
|
|
|
if (configl2.isImmutable() ==false) {
|
|
|
|
if (configl2.isImmutable() ==false) {
|
|
|
|
configl2.setGroup("Desktop Entry");
|
|
|
|
configl2.setGroup("Desktop Entry");
|
|
|
|
configl2.writeEntry("ServiceTypes", mimetype);
|
|
|
|
configl2.writeEntry("X-TDE-ServiceTypes", mimetype);
|
|
|
|
configl2.writeEntry("Actions", "decrypt");
|
|
|
|
configl2.writeEntry("Actions", "decrypt");
|
|
|
|
configl2.setGroup("Desktop Action decrypt");
|
|
|
|
configl2.setGroup("Desktop Action decrypt");
|
|
|
|
configl2.writeEntry("Name",i18n("Decrypt File"));
|
|
|
|
configl2.writeEntry("Name",i18n("Decrypt File"));
|
|
|
|