diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-27 19:59:57 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-27 19:59:57 +0300 |
commit | fdfe64f0cde10d56c898104dc52102152daad0b6 (patch) | |
tree | 9c897870b73ed0de1cfe8fa6979e59e6db76f9ae /plugins/HistoryPlusPlus/historypp.dpr | |
parent | 01c44e823dd946bd838fb30f481bdc222653bd29 (diff) |
correct name of version resource
Diffstat (limited to 'plugins/HistoryPlusPlus/historypp.dpr')
-rw-r--r-- | plugins/HistoryPlusPlus/historypp.dpr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/historypp.dpr b/plugins/HistoryPlusPlus/historypp.dpr index 65486f3248..73dbe61c11 100644 --- a/plugins/HistoryPlusPlus/historypp.dpr +++ b/plugins/HistoryPlusPlus/historypp.dpr @@ -26,7 +26,7 @@ library historypp; {$IMAGEBASE $02630000}
{$R 'hpp_resource.res' 'hpp_resource.rc'}
-{$R 'hpp_res_ver.res'}
+{$R 'version.res'}
{$R 'hpp_opt_dialog.res' 'hpp_opt_dialog.rc'}
uses
|