From 0ebf6eee52c36fe139edb77730a835479cf0de21 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 6 Jun 2018 20:23:37 +0300 Subject: StdMsg: option "Restore previously open tabs when showing the window" removed because it does nothing anyway. use plugin Sessions instead --- plugins/Scriver/src/tabs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/Scriver/src/tabs.cpp b/plugins/Scriver/src/tabs.cpp index 2540f1d76b..88728d76e1 100644 --- a/plugins/Scriver/src/tabs.cpp +++ b/plugins/Scriver/src/tabs.cpp @@ -316,7 +316,7 @@ static void SetContainerWindowStyle(ParentWindowData *dat) ///////////////////////////////////////////////////////////////////////////////////////// -LRESULT CALLBACK TabCtrlProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) +static LRESULT CALLBACK TabCtrlProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) { TabCtrlData *dat = (TabCtrlData*)GetWindowLongPtr(hwnd, GWLP_USERDATA); -- cgit v1.2.3