mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 12:17:24 +01:00
Rename application from Musicus Editor to Musicus
This commit is contained in:
parent
4bb92a3c27
commit
a42161dc05
28 changed files with 42 additions and 42 deletions
|
|
@ -27,7 +27,7 @@ where
|
|||
person: Option<Person>,
|
||||
callback: F,
|
||||
) -> Rc<Self> {
|
||||
let builder = gtk::Builder::from_resource("/de/johrpan/musicus_editor/ui/person_editor.ui");
|
||||
let builder = gtk::Builder::from_resource("/de/johrpan/musicus/ui/person_editor.ui");
|
||||
|
||||
get_widget!(builder, gtk::Window, window);
|
||||
get_widget!(builder, gtk::Button, cancel_button);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue