Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 5, 2013
1 parent 2b6d103 commit 75b0cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/tools/shell/shell-text/src/localserverdialog.cpp
Expand Up @@ -146,7 +146,7 @@ void LocalServerDialog::finish(int result)
if(result)
{
PersistentData::set("LocalServer.gameMode", d->choice->selection());
PersistentData::set("LocalServer.port", d->port->text());
PersistentData::set("LocalServer.options", lineEdit().text());
PersistentData::set("LocalServer.port", d->port->text());
PersistentData::set("LocalServer.options", lineEdit().text());
}
}

0 comments on commit 75b0cce

Please sign in to comment.