diff options
author | George Hazan <ghazan@miranda.im> | 2018-08-10 21:56:11 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-08-10 21:56:41 +0300 |
commit | 8956a4b69fdf9bfec0feb17b0911d549f1cdd9ee (patch) | |
tree | 07ace3ac9982accb9df80397de11007d7eef55be /plugins/Msg_Export/src/FileViewer.h | |
parent | a7bc9b84c156418e20062f7724679045c074402b (diff) |
Msg_Export: options dialog -> UI Classes
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 de58099d6d..4e238bdf54 100755 --- a/plugins/Msg_Export/src/FileViewer.h +++ b/plugins/Msg_Export/src/FileViewer.h @@ -27,7 +27,7 @@ bool bShowFileViewer(MCONTACT hContact); bool bUseInternalViewer(bool bNew);
bool bUseInternalViewer();
-extern tstring sFileViewerPrg;
+extern wstring sFileViewerPrg;
#endif
|