diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-10 16:26:46 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-10 16:26:46 +0000 |
commit | c4a4d10f023ced1fdab492f1b92d0aa0a39ebc3b (patch) | |
tree | d6761e915e20477e99a6f96f72d43f8f335f2693 /plugins/Msg_Export/src/FileViewer.h | |
parent | 6881b6b3e2dec0c4675b4c0b2bf6aff29fa860ed (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@5635 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export/src/FileViewer.h')
-rwxr-xr-x | plugins/Msg_Export/src/FileViewer.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Msg_Export/src/FileViewer.h b/plugins/Msg_Export/src/FileViewer.h index d857f060ba..d76509e4de 100755 --- a/plugins/Msg_Export/src/FileViewer.h +++ b/plugins/Msg_Export/src/FileViewer.h @@ -22,12 +22,12 @@ void Initialize();
void Uninitilize();
-void UpdateFileViews( const TCHAR *pszFile );
+void UpdateFileViews( const TCHAR *pszFile);
-bool bOpenExternaly( HANDLE hContact );
-bool bShowFileViewer( HANDLE hContact );
+bool bOpenExternaly( HANDLE hContact);
+bool bShowFileViewer( HANDLE hContact);
-bool bUseInternalViewer( bool bNew );
+bool bUseInternalViewer( bool bNew);
bool bUseInternalViewer();
extern tstring sFileViewerPrg;
|