2016-06-23 Fred Gleason <fredg@paravelsystems.com>

* Refactored layout of dialogs in rdlogedit(1) so as to display
	dialog heirarchy correctly.
This commit is contained in:
Fred Gleason
2016-06-23 10:37:43 -04:00
parent 54e8fdec07
commit 5c82d99de7
8 changed files with 55 additions and 38 deletions

View File

@@ -27,7 +27,6 @@
#include <rdconfig.h>
#include <rdsystem.h>
#include <rdlogedit_conf.h>
#include <rdcart_dialog.h>
#ifndef WIN32
#include <rdcae.h>
#endif // WIN32
@@ -40,7 +39,6 @@ extern RDUser *rduser;
extern RDRipc *rdripc;
extern RDConfig *log_config;
extern RDLogeditConf *rdlogedit_conf;
extern RDCartDialog *log_cart_dialog;
extern bool import_running;
extern RDSystem *rdsystem;
#ifndef WIN32