From 0dccd307d189bf1e3fb98a85f5fbca8d4b1095e2 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 17 Mar 2014 06:22:14 +0000 Subject: LangMan: - reverted reload menu item - when plugin is disabled, selected langpack will be moved to root folder git-svn-id: http://svn.miranda-ng.org/main/trunk@8646 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/LangMan/src/langpack.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'plugins/LangMan/src/langpack.h') diff --git a/plugins/LangMan/src/langpack.h b/plugins/LangMan/src/langpack.h index 0468340c55..01280c757e 100644 --- a/plugins/LangMan/src/langpack.h +++ b/plugins/LangMan/src/langpack.h @@ -39,8 +39,10 @@ typedef struct { BYTE flags; /* see LPIF_* flags */ } LANGPACK_INFO; +BOOL GetPackPath(TCHAR *pszPath, int nSize, BOOL useRootFolder, const TCHAR *pszFile); + +void MovePacks(const TCHAR *pszFilePattern); + /* Enum */ -BOOL GetPackPath(TCHAR *pszPath, int nSize, BOOL fEnabledPacks, const TCHAR *pszFile); typedef BOOL (*ENUM_PACKS_CALLBACK)(LANGPACK_INFO *pack, WPARAM wParam, LPARAM lParam); BOOL EnumPacks(ENUM_PACKS_CALLBACK callback, const TCHAR *pszFilePattern, const char *pszFileVersionHeader, WPARAM wParam, LPARAM lParam); -void MovePacks(const TCHAR *pszFilePattern); \ No newline at end of file -- cgit v1.2.3