Browse Source

fixed open intrabocal from login finder

master
Robin Thoni 10 years ago
parent
commit
f16728d5cf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      ns_finder/widget.cpp

+ 1
- 1
ns_finder/widget.cpp View File

@@ -135,5 +135,5 @@ void Widget::on_btnSearchLogin_clicked()
135 135
 	#error "OS specific"
136 136
 	#endif
137 137
 #endif
138
-	QProcess::startDetached(exe, QStringList() << "-logins" << logins);
138
+	QProcess::startDetached(exe, QStringList() << "-login" << logins);
139 139
 }

Loading…
Cancel
Save