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:
Karsten Wiese 2005-12-16 22:30:49 +00:00
parent cf37405a71
commit 170d6b24ce
49 changed files with 162 additions and 159 deletions

View file

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