Changes to Build.py and the install script (\Distrib is not created any more, files taken from normal locations).

Minor change to the Rainstaller UI and MediaKey plugin.
This commit is contained in:
Birunthan Mohanathas 2010-12-18 17:41:09 +00:00
parent 6809d5bb4d
commit 8a0c05457a

View File

@ -60,7 +60,6 @@ void ExecuteBang(LPCTSTR args, UINT id)
{
std::wstring wholeBang = args;
size_t pos = wholeBang.find(' ');
if (_wcsicmp(wholeBang.c_str(), L"NextTrack") == 0)
{
SendKey(VK_MEDIA_NEXT_TRACK);