2016-07-20 Fred Gleason <fredg@paravelsystems.com>

* Added a 'settrans' command to rdclilogedit(1) in
	'utils/rdclilogedit/rdclilogedit.cpp' and
	'utils/rdclilogedit/rdclilogedit.h'.
This commit is contained in:
Fred Gleason
2016-07-20 18:54:01 -04:00
parent a166e4f731
commit 42d9286fd8
4 changed files with 51 additions and 0 deletions

View File

@@ -108,6 +108,14 @@ void MainObject::Help(const QStringList &cmds) const
printf("\n");
processed=true;
}
if(verb=="settrans") {
printf("\n");
printf(" settrans <line> play|segue|stop\n");
printf("\n");
printf("Set the transition type of the event at line <line>.\n");
printf("\n");
processed=true;
}
if(verb=="unload") {
printf("\n");
printf(" unload\n");