summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export/src/FileViewer.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-05-16 16:31:04 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-05-16 16:31:04 +0000
commit7a514de5df654c9fe1d26c889f4317b5650f84ec (patch)
tree171e137fe31d8c64f253a35e847144afd02c4292 /plugins/Msg_Export/src/FileViewer.h
parentc74c3c728527f9ef35e52f567e28653d078e9f2b (diff)
cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@13622 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export/src/FileViewer.h')
-rwxr-xr-xplugins/Msg_Export/src/FileViewer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Msg_Export/src/FileViewer.h b/plugins/Msg_Export/src/FileViewer.h
index b1322ff113..e074df6843 100755
--- a/plugins/Msg_Export/src/FileViewer.h
+++ b/plugins/Msg_Export/src/FileViewer.h
@@ -19,12 +19,12 @@
#ifndef MSG_EXP_FILE_VIEWER
#define MSG_EXP_FILE_VIEWER
-void UpdateFileViews( const TCHAR *pszFile);
+void UpdateFileViews(const TCHAR *pszFile);
-bool bOpenExternaly( MCONTACT hContact);
-bool bShowFileViewer( MCONTACT hContact);
+bool bOpenExternaly(MCONTACT hContact);
+bool bShowFileViewer(MCONTACT hContact);
-bool bUseInternalViewer( bool bNew);
+bool bUseInternalViewer(bool bNew);
bool bUseInternalViewer();
extern tstring sFileViewerPrg;