mixing monospace font thing for miditrace window
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 1 Feb 2010 04:08:06 +0000 (04:08 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 1 Feb 2010 04:08:06 +0000 (04:08 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@6606 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/wscript

index 5f7599f817a5ce5c6600fec16fa40d8fad43cc81..cd52ce3728563636c40b98bf1c1895b79dcddcbc 100644 (file)
@@ -344,8 +344,12 @@ def build(bld):
                        else:
                                key = "_".join (['FONT',sizename])
                                fontstyle = " ".join ([basefont,points])
+                               
                        font_subst_dict[key] = fontstyle
 
+       # add normal monospace to font dict
+       font_subst_dict['FONT_MONOSPACE_NORMAL'] = 'monospace 10'
+
        # RC files
        obj              = bld.new_task_gen('subst')
        obj.source       = 'ardour3_ui_dark.rc.in'