Reverted back changes -- not a bug
This commit is contained in:
parent
69b0494b8c
commit
a1717dc3de
@ -12,9 +12,6 @@ ______________________________________________________________________
|
||||
Notes for GoldED+ 1.1.5, /snapshot/
|
||||
______________________________________________________________________
|
||||
|
||||
- Origin line was not always used for the particular echo if defined
|
||||
in the AREADEF line. Fixed.
|
||||
|
||||
- Fixed header encoding in exported SOUP packets.
|
||||
|
||||
- Fixed small problem in editor when quoteline might left not painted
|
||||
|
@ -108,7 +108,7 @@ public:
|
||||
void set_aka(ftn_addr& a) { cfg.aka = a; }
|
||||
void set_originno(int o) { cfg.originno = o; }
|
||||
void set_attr(Attr& a) { cfg.attr = a; }
|
||||
void set_origin(char* o) { std::string tmp = o; cfg.originno = cfg.setorigin(tmp); }
|
||||
void set_origin(char* o) { std::string tmp = o; cfg.setorigin(tmp); }
|
||||
|
||||
void set_scan(bool s) { cfg.scan = (byte)s; }
|
||||
void set_scanexcl(bool s) { cfg.scanexcl = (byte)s; }
|
||||
|
Reference in New Issue
Block a user