summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-marker-selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/stroke-marker-selector.h')
-rw-r--r--src/widgets/stroke-marker-selector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/stroke-marker-selector.h b/src/widgets/stroke-marker-selector.h
index 24389526c..fb68aad58 100644
--- a/src/widgets/stroke-marker-selector.h
+++ b/src/widgets/stroke-marker-selector.h
@@ -66,7 +66,7 @@ private:
class MarkerColumns : public Gtk::TreeModel::ColumnRecord {
public:
Gtk::TreeModelColumn<Glib::ustring> label;
- Gtk::TreeModelColumn<const gchar *> marker; // ustring doesnt work here on windows due to unicode
+ Gtk::TreeModelColumn<const gchar *> marker; // ustring doesn't work here on windows due to unicode
Gtk::TreeModelColumn<gboolean> stock;
Gtk::TreeModelColumn<Gtk::Image *> image;
Gtk::TreeModelColumn<gboolean> history;