diff options
author | Monsta <[email protected]> | 2015-02-02 13:05:52 +0300 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-03-15 18:58:50 +0100 |
commit | 7de840befb77d25e71c9a81665e3e94266b3f725 (patch) | |
tree | 319470e71cd7b9b55c1d6ae8c70b7773f3fb8d5c /stickynotes/stickynotes.h | |
parent | 69264b94b0cf45f58576fa35b6566ea566a47d79 (diff) | |
download | mate-applets-7de840befb77d25e71c9a81665e3e94266b3f725.tar.bz2 mate-applets-7de840befb77d25e71c9a81665e3e94266b3f725.tar.xz |
stickynotes: fix spacing and copy/paste errors
Closes https://github.com/mate-desktop/mate-applets/pull/129
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) */ |