Ver código fonte

fixed open intrabocal from login finder

master
Robin Thoni 11 anos atrás
pai
commit
f16728d5cf
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      ns_finder/widget.cpp

+ 1
- 1
ns_finder/widget.cpp Ver arquivo

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

Carregando…
Cancelar
Salvar