diff --git a/examples/editor-test/src/main.rs b/examples/editor-test/src/main.rs index 9bae758..aa42d97 100644 --- a/examples/editor-test/src/main.rs +++ b/examples/editor-test/src/main.rs @@ -39,7 +39,7 @@ fn main() { -1, 1024, 768, - &format!("COSMIC TEXT - {}", font_system.locale), + &format!("COSMIC TEXT - {}", font_system.locale()), &[WindowFlag::Async], ) .unwrap();