mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
remove Glib::ustring from gtk2_ardour
git-svn-id: svn://localhost/ardour2/branches/3.0@7774 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c1ee2c6943
commit
da8eec7a83
72 changed files with 303 additions and 308 deletions
|
|
@ -88,7 +88,7 @@ ExportFileNotebook::sync_with_manager ()
|
|||
CriticalSelectionChanged ();
|
||||
}
|
||||
|
||||
Glib::ustring
|
||||
std::string
|
||||
ExportFileNotebook::get_nth_format_name (uint32_t n)
|
||||
{
|
||||
FilePage * page;
|
||||
|
|
@ -232,7 +232,7 @@ ExportFileNotebook::FilePage::set_remove_sensitive (bool value)
|
|||
tab_close_button.set_sensitive (value);
|
||||
}
|
||||
|
||||
Glib::ustring
|
||||
std::string
|
||||
ExportFileNotebook::FilePage::get_format_name () const
|
||||
{
|
||||
if (format_state && format_state->format) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue