mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Update ChatLobbyUserNotify.cpp
This commit is contained in:
parent
982c8377f8
commit
66ab7c9eab
@ -33,7 +33,7 @@
|
|||||||
ChatLobbyUserNotify::ChatLobbyUserNotify(QObject *parent) :
|
ChatLobbyUserNotify::ChatLobbyUserNotify(QObject *parent) :
|
||||||
UserNotify(parent)
|
UserNotify(parent)
|
||||||
{
|
{
|
||||||
_name = tr("Chat Lobbies");
|
_name = tr("Chats");
|
||||||
_group = "ChatLobby";
|
_group = "ChatLobby";
|
||||||
|
|
||||||
_bCheckForNickName = Settings->valueFromGroup(_group, "CheckForNickName", true).toBool();
|
_bCheckForNickName = Settings->valueFromGroup(_group, "CheckForNickName", true).toBool();
|
||||||
|
Loading…
Reference in New Issue
Block a user