]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/ScintillaWX.cpp
Don't consider fully opaque bitmaps as having alpha in wxMSW.
[wxWidgets.git] / src / stc / ScintillaWX.cpp
index d69d494f1bc38d72ef6864409bd6d6f757c41b80..11de4291e345d13b652c11a44bccdd1a505c35b6 100644 (file)
@@ -1,5 +1,5 @@
 ////////////////////////////////////////////////////////////////////////////
-// Name:        ScintillaWX.cxx
+// Name:        src/stc/ScintillaWX.cpp
 // Purpose:     A wxWidgets implementation of Scintilla.  A class derived
 //              from ScintillaBase that uses the "wx platform" defined in
 //              PlatformWX.cxx  This class is one end of a bridge between