Use non-deprecated Gtkmm alignment enums

This commit is contained in:
Tim Mayberry 2015-02-27 22:13:59 +10:00
parent e68ded449f
commit 799158c508
21 changed files with 118 additions and 116 deletions

View file

@ -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)