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