mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
dummy
git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@372 375186e5-ef17-0410-b0b6-91563547dcda
This commit is contained in:
parent
c4b646dc15
commit
534a988df3
@ -103,7 +103,7 @@ public class SelectFetchersDialog extends AbstractModalDialog {
|
||||
i.next(); // skip IP
|
||||
while (i.hasNext()) {
|
||||
Fetcher fetcher = i.next();
|
||||
String fetcherName = Labels.getLabel(fetcher.getId());
|
||||
String fetcherName = fetcher.getName();
|
||||
registeredFetcherLabelsByNames.put(fetcherName, fetcher.getId());
|
||||
if (selectedFetchersList.indexOf(fetcherName) < 0)
|
||||
registeredFetchersList.add(fetcherName);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user