mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-26 19:57:25 +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
|
|
@ -20,7 +20,7 @@ pub struct PersonScreen {
|
|||
|
||||
impl PersonScreen {
|
||||
pub fn new(backend: Rc<Backend>, person: Person) -> Rc<Self> {
|
||||
let builder = gtk::Builder::from_resource("/de/johrpan/musicus_editor/ui/person_screen.ui");
|
||||
let builder = gtk::Builder::from_resource("/de/johrpan/musicus/ui/person_screen.ui");
|
||||
|
||||
get_widget!(builder, gtk::Box, widget);
|
||||
get_widget!(builder, libhandy::HeaderBar, header);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue