diff options
author | kramm <kramm> | 2008-11-12 10:42:11 +0000 |
---|---|---|
committer | kramm <kramm> | 2008-11-12 10:42:11 +0000 |
commit | d3a12623c97905f4b0cd69fd93b33e50c72f5bef (patch) | |
tree | 493caed78b25b4dda03826e826ecdfbda918cc7a /swfs | |
parent | ac162db88120861931531b57affaec10ab14fb44 (diff) |
fixed paths
Diffstat (limited to 'swfs')
-rw-r--r-- | swfs/rfxview.sc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/swfs/rfxview.sc b/swfs/rfxview.sc index 2b1f6f99..e87010d9 100644 --- a/swfs/rfxview.sc +++ b/swfs/rfxview.sc @@ -80,8 +80,8 @@ lineTo 8,-8 .end -.font arialbold filename="../viewer/ArialBold.ttf" glyphs="1:" -.font arial filename="../viewer/Arial.ttf" glyphs="0123456789 /:" +.font arialbold filename="../wx/ArialBold.ttf" glyphs="1:" +.font arial filename="../wx/Arial.ttf" glyphs="0123456789 /:" .textshape oneoneoutline text="1:1" font=arialbold size=14pt @@ -300,7 +300,7 @@ .edittext et width=110 height=20 font=arial size=18pt color=black noselect align=center -.font dbgarial filename="../doc/Courier.ttf" +.font dbgarial filename="../wx/Courier.ttf" #.edittext debugtxt width=width height=20 font=dbgarial size=18pt color=#004000 noselect #.put debugtxt y=20 |