L: allow to load WTL sessions
This commit is contained in:
parent
9af78578d7
commit
8c9f0badbb
@ -1790,7 +1790,7 @@ Session::set_state (const XMLNode& node, int version)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#ifdef LIVETRAX
|
#ifdef LIVETRAX
|
||||||
else {
|
else if (version != 3001) { // allow to load WTL sessions
|
||||||
error << string_compose (_("This is not a valid %1 session."), PROGRAM_NAME) << endmsg;
|
error << string_compose (_("This is not a valid %1 session."), PROGRAM_NAME) << endmsg;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user