Browse Source

whoops, fix name

David Rose 17 years ago
parent
commit
c6ec6b12be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/tinydisplay/tinyOsxGraphicsPipe.cxx

+ 1 - 1
panda/src/tinydisplay/tinyOsxGraphicsPipe.cxx

@@ -54,7 +54,7 @@ TinyOsxGraphicsPipe::
 ////////////////////////////////////////////////////////////////////
 string TinyOsxGraphicsPipe::
 get_interface_name() const {
-  return "TinyGL Windows";
+  return "TinyGL OSX";
 }
 
 ////////////////////////////////////////////////////////////////////