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
|
|
@ -16,7 +16,7 @@ impl TrackEditor {
|
|||
W: IsA<gtk::Window>,
|
||||
F: Fn(TrackDescription) -> () + 'static,
|
||||
{
|
||||
let builder = gtk::Builder::from_resource("/de/johrpan/musicus_editor/ui/track_editor.ui");
|
||||
let builder = gtk::Builder::from_resource("/de/johrpan/musicus/ui/track_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