Update to VirtualDesktops plugin from Patrick at Dexpot

This commit is contained in:
jsmorley
2011-03-27 18:04:11 +00:00
parent a55016bf31
commit 5882f12c49
3 changed files with 21 additions and 9 deletions

View File

@ -1,5 +1,5 @@
/*
Copyright (C) 2010 Patrick Dubbert
Copyright (C) 2010-2011 Patrick Dubbert
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@ -155,7 +155,7 @@ void Finalize(HMODULE instance, UINT id)
UINT GetPluginVersion()
{
return 1000;
return 1001;
}
LPCTSTR GetPluginAuthor()