From d722261be7a0cd3aa259aa285aea7f936c0e2f0e Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 14 Oct 2012 06:14:37 +0000 Subject: ShlExt: fix for Plugin Updater (we do not need to write date and time to resource every compilation) git-svn-id: http://svn.miranda-ng.org/main/trunk@1917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ShlExt/shlext.dpr | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/ShlExt/shlext.dpr b/plugins/ShlExt/shlext.dpr index d8745532f2..f8a9cb0420 100644 --- a/plugins/ShlExt/shlext.dpr +++ b/plugins/ShlExt/shlext.dpr @@ -351,8 +351,7 @@ begin PluginInfo.version := PLUGIN_MAKE_VERSION(2, 0, 1, 2); {$IFDEF FPC} PluginInfo.description := - 'Click ''n'' send support from Explorer/Common dialogs/Desktop, Right click on a file/folder to be presented with all your Miranda contact lists and then select the profile/contact you want to send to. Built on ' + - {$I %DATE%} +' at ' + {$I %TIME%} +' with FPC ' + {$I %FPCVERSION%}; + 'Click ''n'' send support from Explorer/Common dialogs/Desktop, Right click on a file/folder to be presented with all your Miranda contact lists and then select the profile/contact you want to send to.'; {$ELSE} PluginInfo.description := ''; {$ENDIF} -- cgit v1.2.3