2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-03 16:05:57 +00:00

Rename General->Advanced in Settings.

This commit is contained in:
John Preston
2018-09-20 19:47:02 +03:00
parent 1ffbec0215
commit 04dd4e30a8
12 changed files with 14 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "settings/settings_common.h"
#include "settings/settings_chat.h"
#include "settings/settings_general.h"
#include "settings/settings_advanced.h"
#include "settings/settings_information.h"
#include "settings/settings_main.h"
#include "settings/settings_notifications.h"
@@ -39,8 +39,8 @@ object_ptr<Section> CreateSection(
return object_ptr<Notifications>(parent, self);
case Type::PrivacySecurity:
return object_ptr<PrivacySecurity>(parent, self);
case Type::General:
return object_ptr<General>(parent, self);
case Type::Advanced:
return object_ptr<Advanced>(parent, self);
case Type::Chat:
return object_ptr<Chat>(parent, self);
}