diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:00:20 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:09:18 +0300 |
commit | 62202ed10617927d5429bc59898e12a366abe744 (patch) | |
tree | 4960bf1241b59cf009118da6cdab87294b1a95e1 /plugins/HistoryPlusPlus | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/HistoryPlusPlus')
-rw-r--r-- | plugins/HistoryPlusPlus/historypp_icons/res/resource.rc | 2 | ||||
-rw-r--r-- | plugins/HistoryPlusPlus/historypp_icons/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_opt_dialog.rc | 2 | ||||
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_res_ver.rc | 2 | ||||
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_resource.rc | 2 | ||||
-rw-r--r-- | plugins/HistoryPlusPlus/note.txt | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/plugins/HistoryPlusPlus/historypp_icons/res/resource.rc b/plugins/HistoryPlusPlus/historypp_icons/res/resource.rc index 4885c06783..82da7e0bcd 100644 --- a/plugins/HistoryPlusPlus/historypp_icons/res/resource.rc +++ b/plugins/HistoryPlusPlus/historypp_icons/res/resource.rc @@ -1,4 +1,4 @@ -//Microsoft Developer Studio generated resource script.
+//Microsoft Developer Studio generated resource script.
//
#include "..\src\resource.h"
diff --git a/plugins/HistoryPlusPlus/historypp_icons/src/resource.h b/plugins/HistoryPlusPlus/historypp_icons/src/resource.h index 10821b547f..a8677025e4 100644 --- a/plugins/HistoryPlusPlus/historypp_icons/src/resource.h +++ b/plugins/HistoryPlusPlus/historypp_icons/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/HistoryPlusPlus/hpp_opt_dialog.rc b/plugins/HistoryPlusPlus/hpp_opt_dialog.rc index 68321f40e2..77d72a804b 100644 --- a/plugins/HistoryPlusPlus/hpp_opt_dialog.rc +++ b/plugins/HistoryPlusPlus/hpp_opt_dialog.rc @@ -1,4 +1,4 @@ -Z_OPTIONS_CHECKED ICON res\options_checked.ico
+Z_OPTIONS_CHECKED ICON res\options_checked.ico
207 DIALOGEX 0, 0, 314, 240
STYLE DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
diff --git a/plugins/HistoryPlusPlus/hpp_res_ver.rc b/plugins/HistoryPlusPlus/hpp_res_ver.rc index b8b6e1929d..9e7f44322e 100644 --- a/plugins/HistoryPlusPlus/hpp_res_ver.rc +++ b/plugins/HistoryPlusPlus/hpp_res_ver.rc @@ -1,4 +1,4 @@ -1 VERSIONINFO
+1 VERSIONINFO
FILEVERSION 1, 5, 1, 5
PRODUCTVERSION 1, 5, 1, 5
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
diff --git a/plugins/HistoryPlusPlus/hpp_resource.rc b/plugins/HistoryPlusPlus/hpp_resource.rc index 4a23d8be1b..07008a622e 100644 --- a/plugins/HistoryPlusPlus/hpp_resource.rc +++ b/plugins/HistoryPlusPlus/hpp_resource.rc @@ -1 +1 @@ -CR_HAND Cursor res\cr_hand.cur
\ No newline at end of file +CR_HAND Cursor res\cr_hand.cur
\ No newline at end of file diff --git a/plugins/HistoryPlusPlus/note.txt b/plugins/HistoryPlusPlus/note.txt index 64cd00de1c..d6ca813894 100644 --- a/plugins/HistoryPlusPlus/note.txt +++ b/plugins/HistoryPlusPlus/note.txt @@ -1 +1 @@ -Broken history export (in HTML mode at least) - text exports in wrong (comparing with header) encoding
\ No newline at end of file +Broken history export (in HTML mode at least) - text exports in wrong (comparing with header) encoding
\ No newline at end of file |