forked from mirror/openmw-tes3mp
[Browser] Move password column to the right and shorten its name
This commit is contained in:
parent
58795119b6
commit
d9229071ef
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
|
@ -18,10 +18,10 @@ struct ServerData
|
|||
enum IDS
|
||||
{
|
||||
ADDR,
|
||||
PASSW,
|
||||
HOSTNAME,
|
||||
PLAYERS,
|
||||
MAX_PLAYERS,
|
||||
PASSW,
|
||||
MODNAME,
|
||||
PING,
|
||||
VERSION,
|
||||
|
|
Loading…
Reference in a new issue