[Summary] Only rename files and variables on MacOS

[Review] nobody

[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 462589]
This commit is contained in:
Nikolay Polyanovskii 2014-05-22 03:35:21 -05:00
parent abe0a46f76
commit 00ca0a0dd9
5 changed files with 175 additions and 7 deletions

View file

@ -266,7 +266,7 @@ gtk2_ardour_sources = [
]
if sys.platform == 'darwin':
gtk2_ardour_sources.append('OpenFileDialog.mm')
gtk2_ardour_sources.append('open_file_dialog.mm')
else:
gtk2_ardour_sources.append('open_file_dialog.cc')