mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-07 11:05:46 +00:00
Added CMakeLists.txt
This commit is contained in:
@ -55,10 +55,7 @@ void ErrorWindow::set_message(int mess)
|
||||
message = QApplication::translate("ErrorWindow", "Invalid file type");
|
||||
break;
|
||||
case 12:
|
||||
|
||||
break;
|
||||
case 13:
|
||||
|
||||
message = QApplication::translate("ErrorWindow", "Interaction step is not set");
|
||||
break;
|
||||
default:
|
||||
message = QApplication::translate("ErrorWindow", "Unknown error");
|
||||
|
Reference in New Issue
Block a user