fix default tabnumber

This commit is contained in:
arcan1s 2014-05-22 01:29:13 +04:00
parent d5f0bbc3bf
commit 7c013310ab

View File

@ -70,7 +70,7 @@ int main(int argc, char *argv[])
helpMessage += QApplication::translate("MainWindow", " -t NUM --tab NUM - open a tab with number NUM\n");
helpMessage += QApplication::translate("MainWindow", " -h --help - show this help and exit\n");
bool defaultSettings = false;
int tabNumber = 0;
int tabNumber = 1;
for (int i=1; i<argc; i++) {
// help message