2020-06-19 Fred Gleason <fredg@paravelsystems.com>

* Modified the 'Edit Event' dialog in rdlogmanager(1) to show '[auto]'
	as the transition type for the leading event in Pre-/Post-Import
	lists.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-06-19 17:38:09 -04:00
parent dcf2076087
commit a994558a89
14 changed files with 155 additions and 194 deletions

View File

@@ -2,7 +2,7 @@
//
// Abstract an rdlogmanager(1) Import List
//
// (C) Copyright 2018-2019 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2018-2020 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -64,7 +64,7 @@ class RDEventImportList
void removeItem(int n);
void moveItem(int from_line,int to_line);
void load();
void save() const;
void save(RDLogLine::TransType first_trans=RDLogLine::NoTrans) const;
void clear();
private: