diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-14 06:14:37 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-10-14 06:14:37 +0000 |
commit | d722261be7a0cd3aa259aa285aea7f936c0e2f0e (patch) | |
tree | 26b99d37b9e2850a74be77c1c26627ea023e3340 /plugins | |
parent | 888ed6aaa3fc2d01e865359a8cacf68059ad579d (diff) |
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
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ShlExt/shlext.dpr | 3 |
1 files changed, 1 insertions, 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}
|