diff options
Diffstat (limited to 'plugins/Msg_Export/src/FileViewer.h')
-rwxr-xr-x | plugins/Msg_Export/src/FileViewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Msg_Export/src/FileViewer.h b/plugins/Msg_Export/src/FileViewer.h index 0315201010..d857f060ba 100755 --- a/plugins/Msg_Export/src/FileViewer.h +++ b/plugins/Msg_Export/src/FileViewer.h @@ -22,7 +22,7 @@ void Initialize();
void Uninitilize();
-void UpdateFileViews( const _TCHAR * pszFile );
+void UpdateFileViews( const TCHAR *pszFile );
bool bOpenExternaly( HANDLE hContact );
bool bShowFileViewer( HANDLE hContact );
|