From 27985e2fcd428f3cb456223b0ec4fe6401551856 Mon Sep 17 00:00:00 2001 From: zecke Date: Fri, 21 Nov 2003 09:38:45 +0000 Subject: Use TextEdit for open as Text for now until we negotiate on the service idea --- (limited to 'core/launcher/launcher.cpp') diff --git a/core/launcher/launcher.cpp b/core/launcher/launcher.cpp index 344cd46..bdddd37 100644 --- a/core/launcher/launcher.cpp +++ b/core/launcher/launcher.cpp @@ -593,11 +593,10 @@ void Launcher::select( const AppLnk *appLnk ) tr("

No application is defined for this document." "

Type is %1.").arg(appLnk->type()), tr("OK"), tr("View as text"), 0, 0, 1); -#if 0 /* ### Fixme */ if ( i == 1 ) - Global::execute(Service::app("Open/text/*"),appLnk->file()); -#endif + Global::execute("textedit",appLnk->file()); + return; } tabs->setBusy(TRUE); -- cgit v0.9.0.2