diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-02 19:53:14 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-02 19:53:14 +0000 |
commit | 1ac26e41d1de88965131401356c37497bf899ded (patch) | |
tree | e251062e4d661976ec782fa0b285ef0685832ee9 /plugins/NotifyAnything/res/NotifyAnything.rc | |
parent | f71d09a473a8bcb7dd75afa7fc56554df1d827ad (diff) |
removed not used headers
added version info
removed not used files
git-svn-id: http://svn.miranda-ng.org/main/trunk@3855 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NotifyAnything/res/NotifyAnything.rc')
-rw-r--r-- | plugins/NotifyAnything/res/NotifyAnything.rc | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/plugins/NotifyAnything/res/NotifyAnything.rc b/plugins/NotifyAnything/res/NotifyAnything.rc index d89d3bfda2..03f1df6c9e 100644 --- a/plugins/NotifyAnything/res/NotifyAnything.rc +++ b/plugins/NotifyAnything/res/NotifyAnything.rc @@ -102,59 +102,6 @@ END /////////////////////////////////////////////////////////////////////////////
-/////////////////////////////////////////////////////////////////////////////
-// Swedish resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_SVE)
-#ifdef _WIN32
-LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
-#pragma code_page(1252)
-#endif //_WIN32
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Version
-//
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,0,2,8
- PRODUCTVERSION 0,0,2,8
- FILEFLAGSMASK 0x17L
-#ifdef _DEBUG
- FILEFLAGS 0x1L
-#else
- FILEFLAGS 0x0L
-#endif
- FILEOS 0x4L
- FILETYPE 0x2L
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "000004b0"
- BEGIN
- VALUE "Comments", "Receives popup descriptions from external sources and forward them to the PopUp plugin."
- VALUE "CompanyName", "Daniel Wesslen"
- VALUE "FileDescription", "NotifyAnything Miranda IM plugin"
- VALUE "FileVersion", "0, 0, 2, 8"
- VALUE "InternalName", "NotifyAnything"
- VALUE "LegalCopyright", "Placed in public domain 2003"
- VALUE "OriginalFilename", "NotifyAnything.dll"
- VALUE "ProductName", "NotifyAnything Miranda plugin"
- VALUE "ProductVersion", "0, 0, 2, 8"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x0, 1200
- END
-END
-
-#endif // Swedish resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
|