Fix bundle and preset loading

Authored by stefanobonicatti.

Description

Fix bundle and preset loading

On Windows the code to parse the bundle name and the relative path to the
filename inside the bundle fails because columns are used as a reference
tp split the string and the partition labels contains columns.
Since we are interested in the last ones anyway, we use lastIndexOf
instead of indexOf.

Details

Committed
remptSep 2 2015, 8:33 AM
Parents
R8:8aefc34712b4: SVN_SILENT made messages (after extraction)
Branches
Unknown
Tags
Unknown