Use PBD::to_string from pbd/string_convert.h in MixerStrip class
authorTim Mayberry <mojofunk@gmail.com>
Wed, 21 Sep 2016 05:20:22 +0000 (15:20 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Tue, 18 Apr 2017 23:37:01 +0000 (09:37 +1000)
commit99ee7d7b6155b8c82a5133227cf6a0767c81ab19
tree6ef5490e26bd7f1f33b7cef518af63c1ca8cc0a3
parente157a84c2b6cb27ef22134c11fde5f277a87e8c7
Use PBD::to_string from pbd/string_convert.h in MixerStrip class

The numeric formatting is equivalent. Even though this string is being used in
the UI as a label I think this is another case where we don't want a localized
numeric string, which would only be relevant with a track count >=1000.
gtk2_ardour/mixer_strip.cc