Index: salframe.cxx
===================================================================
RCS file: /cvs/gsl/vcl/aqua/source/window/salframe.cxx,v
retrieving revision 1.46.112.51
diff -c -r1.46.112.51 salframe.cxx
*** salframe.cxx	9 Mar 2007 23:04:25 -0000	1.46.112.51
--- salframe.cxx	10 Mar 2007 04:25:33 -0000
***************
*** 553,558 ****
--- 553,560 ----
      aStyleSettings.SetFieldFont( aAppFont );
      aStyleSettings.SetInfoFont( aAppFont );
      aStyleSettings.SetToolFont( aAppFont );
+ 
+     aStyleSettings.SetCursorBlinkTime( 500 );
      
      rSettings.SetStyleSettings( aStyleSettings );
  }
