summaryrefslogtreecommitdiff
path: root/plugins/YARelay/src/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/YARelay/src/options.cpp')
-rw-r--r--plugins/YARelay/src/options.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/YARelay/src/options.cpp b/plugins/YARelay/src/options.cpp
index 4855369189..5082c2f6bd 100644
--- a/plugins/YARelay/src/options.cpp
+++ b/plugins/YARelay/src/options.cpp
@@ -191,8 +191,7 @@ static INT_PTR CALLBACK OptionsFrameProc(HWND hwndDlg, UINT uMsg, WPARAM wParam,
int OptionsInit(WPARAM wParam, LPARAM)
{
- OPTIONSDIALOGPAGE odp = { 0 };
- odp.hInstance = g_plugin.getInst();
+ OPTIONSDIALOGPAGE odp = {};
odp.position = -1;
odp.szGroup.a = LPGEN("Message sessions");
odp.pszTemplate = MAKEINTRESOURCEA(IDD_SETTINGS);