mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 04:07: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
|
|
@ -26,7 +26,7 @@ where
|
|||
{
|
||||
pub fn new<P: IsA<gtk::Window>>(backend: Rc<Backend>, parent: &P, callback: F) -> Rc<Self> {
|
||||
let builder =
|
||||
gtk::Builder::from_resource("/de/johrpan/musicus_editor/ui/instrument_selector.ui");
|
||||
gtk::Builder::from_resource("/de/johrpan/musicus/ui/instrument_selector.ui");
|
||||
|
||||
get_widget!(builder, gtk::Window, window);
|
||||
get_widget!(builder, gtk::Button, add_button);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue