mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-18 17:27:20 +01:00
see #2619 "Attempting to copy-and-paste a tag service results in an
error". Pasting of a TagService object to the "Tag Services" group did not work.
This commit is contained in:
parent
ddd45fb426
commit
5993fd7574
@ -1,5 +1,9 @@
|
||||
2011-07-20 vadim <vadim@netcitadel.com>
|
||||
|
||||
* FWBTree.cpp (init_statics): see #2619 "Attempting to
|
||||
copy-and-paste a tag service results in an error". Pasting of a
|
||||
TagService object to the "Tag Services" group did not work.
|
||||
|
||||
* RuleSetView.cpp (itemDoubleClicked): fixes #2566, #2618 Fix for
|
||||
the regression introduced when I worked on #2566 "Double-clicking
|
||||
on rule when program first starts results in empty editor pane".
|
||||
|
||||
@ -209,7 +209,7 @@ void FWBTree::init_statics()
|
||||
systemGroupNames[UDPService::TYPENAME]= "UDP" ;
|
||||
|
||||
systemGroupTypes[TagService::TYPENAME]= ServiceGroup::TYPENAME;
|
||||
systemGroupNames[TagService::TYPENAME]= "TagService" ;
|
||||
systemGroupNames[TagService::TYPENAME]= "TagServices" ;
|
||||
|
||||
systemGroupTypes[UserService::TYPENAME]= ServiceGroup::TYPENAME;
|
||||
systemGroupNames[UserService::TYPENAME]= "Users" ;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user