|
|
@ -75,10 +75,10 @@ pub const REGISTRATIONCHECKING: &'static str = "registration checking\n"; |
|
|
|
pub const REGISTRATIONOK: &'static str = "registration ok\n"; |
|
|
|
pub const REGISTRATIONOK: &'static str = "registration ok\n"; |
|
|
|
|
|
|
|
|
|
|
|
/// REGISTRATIONERROR tells the GUI that the engine has rejected the registration
|
|
|
|
/// REGISTRATIONERROR tells the GUI that the engine has rejected the registration
|
|
|
|
pub const COPYPROTECTIONCHECKING: &'static str = "registration error\n"; |
|
|
|
pub const REGISTRATIONERROR: &'static str = "registration error\n"; |
|
|
|
|
|
|
|
|
|
|
|
/// INFO tells the GUI the engine wants to sent infos to the GUI. This should be done whenever the info has changed
|
|
|
|
/// INFO tells the GUI the engine wants to sent infos to the GUI. This should be done whenever the info has changed
|
|
|
|
pub const INFO &'static str = "info"; |
|
|
|
pub const INFO: &'static str = "info"; |
|
|
|
|
|
|
|
|
|
|
|
/// OPTION tells the GUI which parameters can be changed in the engine
|
|
|
|
/// OPTION tells the GUI which parameters can be changed in the engine
|
|
|
|
pub const OPTION &'static str = "option"; |
|
|
|
pub const OPTION: &'static str = "option"; |
|
|
|