diff options
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;
|