From e9c1208ff453eb7f3b10a1346252e26c8d7c3fcd Mon Sep 17 00:00:00 2001 From: Marius Nita Date: Sat, 24 Aug 2002 09:38:56 +0000 Subject: Safari_Al's patch which fixes inconsistent capitalization in some actions. --- util/epist/parser.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/epist/parser.cc') diff --git a/util/epist/parser.cc b/util/epist/parser.cc index d7ac2c13..7741d2f7 100644 --- a/util/epist/parser.cc +++ b/util/epist/parser.cc @@ -68,8 +68,8 @@ void parser::setAction(string act) { "raise", Action::raise }, { "lower", Action::lower }, { "close", Action::close }, - { "toggleshade", Action::toggleshade }, - { "toggleomnipresent", Action::toggleomnipresent }, + { "toggleShade", Action::toggleShade }, + { "toggleOmnipresent", Action::toggleOmnipresent }, { "movewindowup", Action::moveWindowUp }, { "movewindowdown", Action::moveWindowDown }, { "movewindowleft", Action::moveWindowLeft }, -- cgit v1.2.3