Commit 503671c3 authored by claes's avatar claes

Read wb_dmp-files also

parent 6c7a2eee
......@@ -215,7 +215,7 @@ int wb_vrepwbl::load( const char *fname)
MsgWindow::dset_nodraw();
if ( strstr( fname, ".wb_load") != 0) {
if ( strstr( fname, ".wb_load") != 0 || strstr( fname, ".wb_dmp") != 0) {
sts = load_files( fname);
if ( EVEN(sts)) {
MsgWindow::dreset_nodraw();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment