From 82fb70f4e5d8582185da89264e1a1e3b2517f459 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Mon, 08 Mar 2004 16:35:56 +0000 Subject: add a line where the user can insert command line arguments for the AppLnk --- (limited to 'library/lnkproperties.cpp') diff --git a/library/lnkproperties.cpp b/library/lnkproperties.cpp index 0661423..865f590 100644 --- a/library/lnkproperties.cpp +++ b/library/lnkproperties.cpp @@ -126,6 +126,9 @@ LnkProperties::LnkProperties( AppLnk* l, QWidget* parent ) d->rotateButtons->setEnabled(false); } + if ( !l->property( "Arguments" ).isEmpty() ) + d->arguments->setText( l->property( "Arguments" ) ); + Config cfg("Launcher"); cfg.setGroup("Preload"); QStringList apps = cfg.readListEntry("Apps",','); -- cgit v0.9.0.2