Show
Ignore:
Timestamp:
05/04/08 18:42:55 (4 years ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

reverted char[] to String

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/internal/c/pango.d

    r42 r238  
    44******************************************************************************/ 
    55module dwt.internal.c.pango; 
     6 
     7import dwt.dwthelper.utils; 
    68 
    79public import dwt.internal.c.glib_object; 
     
    1820const int PANGO_VERSION_MINOR = 18; 
    1921const int PANGO_VERSION_MICRO = 3; 
    20 const char[] PANGO_VERSION_STRING = "1.18.3"; 
     22const String PANGO_VERSION_STRING = "1.18.3"; 
    2123enum PangoRenderPart { 
    2224PANGO_RENDER_PART_FOREGROUND=0,