From 7a514de5df654c9fe1d26c889f4317b5650f84ec Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 16 May 2015 16:31:04 +0000 Subject: cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@13622 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Msg_Export/src/FileViewer.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/Msg_Export/src/FileViewer.h') 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; -- cgit v1.2.3