mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-13 16:39:48 +02:00
changelog, fix in main::usage()
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2008-08-23 Vadim Kurland <vadim@vk.crocodile.org>
|
||||
|
||||
* FWObject.cpp (FWObject::toXML): (change in libfwbuilder) moved
|
||||
saving of XML attributes name and comment from FWObject::toXML()
|
||||
to implementations of this virtual method in all classes that are
|
||||
supposed to have name and comment. When user created an object
|
||||
with empty name, the old code used to save such object into XML
|
||||
file w/o attribute "name" which violated DTD. This is fixed now.
|
||||
|
||||
2008-08-22 Vadim Kurland <vadim@vk.crocodile.org>
|
||||
|
||||
* RuleSetView.cpp (RuleSetView::keyPressEvent): fixed bug (no #):
|
||||
|
||||
+1
-1
@@ -328,7 +328,7 @@ char* strndup(const char* s,int n)
|
||||
|
||||
void usage()
|
||||
{
|
||||
cerr << "Usage: fwbuilder [-hv] [-p object_name] [-o file_name] [ [-f] filename]\n";
|
||||
cerr << "Usage: fwbuilder [-hv] [-P object_name] [-o file_name] [ [-f] filename]\n";
|
||||
cerr << endl;
|
||||
}
|
||||
|
||||
|
||||
+2216
-2216
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user