From fb5daa581aee96edca0206f2f68d25c370692adb Mon Sep 17 00:00:00 2001 From: korovkin Date: Sun, 09 Apr 2006 17:14:19 +0000 Subject: Added empty string in the beginning of the list of ppp scripts. --- (limited to 'noncore/net') diff --git a/noncore/net/opietooth/manager/pppdialog.cpp b/noncore/net/opietooth/manager/pppdialog.cpp index 1df22a1..4ab3738 100644 --- a/noncore/net/opietooth/manager/pppdialog.cpp +++ b/noncore/net/opietooth/manager/pppdialog.cpp @@ -73,6 +73,7 @@ PPPDialog::PPPDialog( const QString& device, int port, QWidget* parent, connect( connectButton, SIGNAL( clicked() ), this, SLOT( connectToDevice() ) ); //And fill cmdLine with ppp script filenames + cmdLine->insertItem(""); cmdLine->insertStringList(d.entryList()); } -- cgit v0.9.0.2