From e5e268f1267ac0a16303081f1532fa1597911887 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 5 Jul 2018 23:17:49 +0300 Subject: fixes #1448 (translated frame names in database) --- plugins/ExternalAPI/m_toptoolbar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_toptoolbar.h b/plugins/ExternalAPI/m_toptoolbar.h index 64aea6c305..00f1c34c83 100644 --- a/plugins/ExternalAPI/m_toptoolbar.h +++ b/plugins/ExternalAPI/m_toptoolbar.h @@ -149,7 +149,7 @@ struct TTBCtrlButton struct TTBCtrl { HWND hWnd; - HANDLE hFrame; + int hFrame; int nButtonWidth; int nButtonHeight; int nButtonSpace; -- cgit v1.2.3