diff --git a/Frameworks/layout/src/render.cc b/Frameworks/layout/src/render.cc index 44981270..ff177359 100644 --- a/Frameworks/layout/src/render.cc +++ b/Frameworks/layout/src/render.cc @@ -13,7 +13,7 @@ namespace render void draw_spelling_dot (CGContextRef context, CGRect const& rect) { - static cf::image_t image("SpellingDot.tiff", "com.macromates.TextMate.OakAppKit"); + static cf::image_t image("SpellingDot.png", "com.macromates.TextMate.OakAppKit"); if(!image) return;