linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #01055
[Bug 505450] Re: use ComboDlg in usercommands similar to LineDlg
syntax: %[line:caption/default_sel/value0/value1/.../valueN]
** Changed in: dcplusplus
Status: New => Fix Committed
--
use ComboDlg in usercommands similar to LineDlg
https://bugs.launchpad.net/bugs/505450
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
Status in DC++: Fix Committed
Bug description:
I would love to be able to use ComboDlg in a similar way to LineDlg in usercommands, passing a list of options.
I'v made a patch for it, but it might need some cleaing/tweaking since im not so familiar with the code.
Also the syntax %[combo:title;line1,line2,line3] may not be the best..