mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
Use non-deprecated Gtkmm alignment enums
This commit is contained in:
parent
e68ded449f
commit
799158c508
21 changed files with 118 additions and 116 deletions
|
|
@ -202,8 +202,8 @@ ExportFileNotebook::FilePage::FilePage (Session * s, ManagerPtr profile_manager,
|
|||
filename_state (filename_state),
|
||||
profile_manager (profile_manager),
|
||||
|
||||
format_label (_("Format"), Gtk::ALIGN_LEFT),
|
||||
filename_label (_("Location"), Gtk::ALIGN_LEFT),
|
||||
format_label (_("Format"), Gtk::ALIGN_START),
|
||||
filename_label (_("Location"), Gtk::ALIGN_START),
|
||||
soundcloud_upload_button (_("Upload to Soundcloud")),
|
||||
analysis_button (_("Analyze Exported Audio")),
|
||||
tab_number (number)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue