summaryrefslogtreecommitdiff
path: root/protocols/Gadu-Gadu/src/dialogs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Gadu-Gadu/src/dialogs.cpp')
-rw-r--r--protocols/Gadu-Gadu/src/dialogs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/src/dialogs.cpp b/protocols/Gadu-Gadu/src/dialogs.cpp
index 694b1d6b80..e74e1461ac 100644
--- a/protocols/Gadu-Gadu/src/dialogs.cpp
+++ b/protocols/Gadu-Gadu/src/dialogs.cpp
@@ -794,7 +794,7 @@ int GaduProto::options_init(WPARAM wParam, LPARAM)
odp.szTab.w = LPGENW("Advanced");
odp.position = 2;
- odp.pszTemplate = 0;
+ odp.pszTemplate = nullptr;
odp.pDialog = new GaduOptionsDlgAdvanced(this);
Options_AddPage(wParam, &odp);