Passolo 2011 SP9 - export binary file is not saving with a correct filename. The filename extension does not have a dot (.) between it and the filename.

I'm using Passolo 2011 SP9.  The Export Binary function is not saving the exported file properly with the correct name.

For example, I have a bitmap in my exe file named 218.  If I right-click on it and select "Export binary resource", the filename that is being used when I select "Use simple name" is 218bmp and if I select "Use long file names for re-import" the filename is 01cc47f5.734.218bmp.  Notice that in either case, the filename is missing the dot (.) between the 218 and the bmp parts. 

This is an issue now because you can't re-import the changes by right-clicking on the resource in Passolo and selecting Import binary resource.  You always get the message "Cannot find matching resource for 01cc47f5.734.218bmp".  I also get the same message if I try to rename the file to 01cc47f5.734.218.bmp with the correct file extension.

Note: I can programmatically export/import the needed binary using the Basic IDE and that seems ok.  I'm just reporting it here in case it's a bug.  I couldn't find anywhere a list of known issues.