diff options
| author | Marius Nita <marius@cs.pdx.edu> | 2002-08-24 09:38:56 +0000 |
|---|---|---|
| committer | Marius Nita <marius@cs.pdx.edu> | 2002-08-24 09:38:56 +0000 |
| commit | e9c1208ff453eb7f3b10a1346252e26c8d7c3fcd (patch) | |
| tree | 2e091cfdcbe9976b0cfb776d2ca1166add6f0f8d /util/epist/parser.cc | |
| parent | 81cdff06930cb38f2138d7b41187d1e516b9e379 (diff) | |
Safari_Al's patch which fixes inconsistent capitalization in some actions.
Diffstat (limited to 'util/epist/parser.cc')
| -rw-r--r-- | util/epist/parser.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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 }, |
