diff options
Diffstat (limited to 'stickynotes/stickynotes.h')
-rw-r--r-- | stickynotes/stickynotes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stickynotes/stickynotes.h b/stickynotes/stickynotes.h index 85574df1..929c5ad0 100644 --- a/stickynotes/stickynotes.h +++ b/stickynotes/stickynotes.h @@ -49,7 +49,7 @@ typedef struct GtkWidget *w_title; /* Sticky Note title */ GtkWidget *w_body; /* Sticky Note text body */ - GtkWidget *w_scroller; /* Sticky Note scroller */ + GtkWidget *w_scroller; /* Sticky Note scroller */ GtkWidget *w_lock; /* Sticky Note lock button */ GtkWidget *w_close; /* Sticky Note close button */ GtkWidget *w_resize_se; /* Sticky Note resize button (south east) */ |