Use PBD::to_string from pbd/string_convert.h in ExportTimespanSelector
authorTim Mayberry <mojofunk@gmail.com>
Wed, 21 Sep 2016 04:42:13 +0000 (14:42 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Tue, 18 Apr 2017 23:37:01 +0000 (09:37 +1000)
commit31a2957700be383dd99bb82143bce6505bd4eccc
treed17e59acbcb233207eddfc234eed0dde37eb6b98
parentc149d7d64c19f223565c9c0e941ff15a4ff030e7
Use PBD::to_string from pbd/string_convert.h in ExportTimespanSelector

The C++ global locale is currently set to LC_NUMERIC=C by the first instance of
LocaleGuard so this change means numeric formatting is equivalent.

As the string is being used to construct a label, perhaps we do want to
generate localized numeric formatting in this case. Anyway keep it the same for
now.
gtk2_ardour/export_timespan_selector.cc