- Tweaked !SetClip.

- Code cosmetics.
This commit is contained in:
spx
2012-01-30 08:34:56 +00:00
parent 55fe503636
commit 7531ddde27
4 changed files with 61 additions and 48 deletions

View File

@@ -949,12 +949,6 @@ void CMeterWindow::RunBang(BANGCOMMAND bang, const WCHAR* arg)
}
break;
case BANG_SETCLIP:
{
CSystem::SetClipboardText(arg);
}
break;
case BANG_PLUGIN:
{
std::wstring args = arg;