mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Committing NowPlaying plugin. Because it requires VS2010 Pro to compile, it is not built by default.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (C) 2010 poiru
|
||||
Copyright (C) 2010 Birunthan Mohanathas (www.poiru.net)
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License
|
||||
@ -101,5 +101,5 @@ UINT GetPluginVersion()
|
||||
|
||||
LPCTSTR GetPluginAuthor()
|
||||
{
|
||||
return L"poiru";
|
||||
return L"Birunthan Mohanathas (www.poiru.net)";
|
||||
}
|
@ -31,7 +31,7 @@ BEGIN
|
||||
VALUE "FileDescription", "MediaKey Plugin for Rainmeter"
|
||||
VALUE "FileVersion", "1.0.0.0"
|
||||
VALUE "InternalName", "PluginMediaKey"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2010 - poiru"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2010 - Birunthan Mohanathas"
|
||||
VALUE "OriginalFilename", "PluginMediaKey.dll"
|
||||
VALUE "ProductName", "Rainmeter"
|
||||
#ifdef _WIN64
|
||||
|
Reference in New Issue
Block a user