Commands - _urgency

- Migrated _urgency to CmdUrgency.
This commit is contained in:
Paul Beckingham
2011-05-28 14:07:21 -04:00
parent 9af1c71daf
commit bd93126f4e
8 changed files with 124 additions and 39 deletions

View File

@@ -17,6 +17,7 @@ set (commands_SRCS Command.cpp Command.h
CmdShow.cpp CmdShow.h
CmdTags.cpp CmdTags.h
CmdTip.cpp CmdTip.h
CmdUrgency.cpp CmdUrgency.h
CmdVersion.cpp CmdVersion.h)
add_library (commands STATIC ${commands_SRCS})