mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
use stringcr_t and gain 1/1000 binary size reduction. not thaat much...
git-svn-id: svn://localhost/trunk/ardour2@194 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
cf37405a71
commit
170d6b24ce
49 changed files with 162 additions and 159 deletions
|
|
@ -1295,7 +1295,7 @@ OptionEditor::click_browse_clicked ()
|
|||
}
|
||||
|
||||
void
|
||||
OptionEditor::click_chosen (string path)
|
||||
OptionEditor::click_chosen (stringcr_t path)
|
||||
{
|
||||
click_path_entry.set_text (path);
|
||||
click_sound_changed ();
|
||||
|
|
@ -1314,7 +1314,7 @@ OptionEditor::click_emphasis_browse_clicked ()
|
|||
}
|
||||
|
||||
void
|
||||
OptionEditor::click_emphasis_chosen (std::string path)
|
||||
OptionEditor::click_emphasis_chosen (stringcr_t path)
|
||||
{
|
||||
click_emphasis_path_entry.set_text (path);
|
||||
click_emphasis_sound_changed ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue