1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 03:15:32 +00:00

[Browser] Move password column to the right and shorten its name

This commit is contained in:
David Cernat 2017-02-21 02:56:00 +02:00
parent 58795119b6
commit d9229071ef
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ QVariant ServerModel::headerData(int section, Qt::Orientation orientation, int r
var = "Address";
break;
case ServerData::PASSW:
var = "Password required";
var = "Password";
break;
case ServerData::VERSION:
var = "Version";

View file

@ -18,10 +18,10 @@ struct ServerData
enum IDS
{
ADDR,
PASSW,
HOSTNAME,
PLAYERS,
MAX_PLAYERS,
PASSW,
MODNAME,
PING,
VERSION,