git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@372 375186e5-ef17-0410-b0b6-91563547dcda
This commit is contained in:
angryziber 2008-04-06 21:33:31 +00:00
parent c4b646dc15
commit 534a988df3

View File

@ -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);