Opened 16 years ago

Closed 16 years ago

#1235 closed bug (fixed)

Invalid multiline string literal in dxf2shp converter

Reported by: mloskot Owned by: nobody
Priority: minor: annoyance Milestone:
Component: C++ Plugins Version: Trunk
Keywords: dxf2shp Cc:
Must Fix for Release: No Platform: OS X
Platform Version: 10.5 Awaiting user input: no

Description

In file dxf2shpconvertergui.cpp, in function dxf2shpConverterGui::on_buttonBox_helpRequested(), long multiline string literal is buggy. It should not include semicolon at the end of each line. It makes that each line is a separate exception that has no effect. So, incomplete emessage is printed.

Change History (1)

comment:1 by jef, 16 years ago

Resolution: fixed
Status: newclosed

thanks. fixed in r9114

Note: See TracTickets for help on using tickets.