{
File nzbFile = fc.getSelectedFile();
try
{
filename = nzbFile.getCanonicalPath();
NzbParserCreator pc = new NzbParserCreator(mainApp, filename);
pc.start();
}
catch(IOException ex)
{
msg = mainApp.getLocaler().getBundleText("PopupCannotOpenNzb");
title = mainApp.getLocaler().getBundleText("PopupErrorTitle");