Show
Ignore:
Timestamp:
06/11/07 09:12:09 (18 months ago)
Author:
jordi
Message:

Added a patch by Igor Vagulin which adds text selection and copy to clipboard features. This fixes bug #14.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gtk/PageView.cxx

    r212 r277  
    185185        switch (cursorType) 
    186186        { 
     187            case PAGE_VIEW_CURSOR_SELECT_TEXT: 
     188                cursor = gdk_cursor_new (GDK_XTERM); 
     189                break; 
    187190            case PAGE_VIEW_CURSOR_LINK: 
    188191                cursor = gdk_cursor_new (GDK_HAND2);