summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 71b62cc)
raw | patch | inline | side by side (parent: 71b62cc)
author | pjrm <pjrm@users.sourceforge.net> | |
Thu, 11 Oct 2007 14:09:14 +0000 (14:09 +0000) | ||
committer | pjrm <pjrm@users.sourceforge.net> | |
Thu, 11 Oct 2007 14:09:14 +0000 (14:09 +0000) |
src/ui/widget/selected-style.cpp | patch | blob | history |
index 139a431b9a70532af23c5e01017d63e418cb7db1..22cd30828fa8d3b419352a8fd04ca419434d277c 100644 (file)
#include <display/sp-canvas.h>
static gdouble const _sw_presets[] = { 32 , 16 , 10 , 8 , 6 , 4 , 3 , 2 , 1.5 , 1 , 0.75 , 0.5 , 0.25 , 0.1 };
-static gchar* const _sw_presets_str[] = {"32", "16", "10", "8", "6", "4", "3", "2", "1.5", "1", "0.75", "0.5", "0.25", "0.1"};
+static gchar const *const _sw_presets_str[] = {"32", "16", "10", "8", "6", "4", "3", "2", "1.5", "1", "0.75", "0.5", "0.25", "0.1"};
static void
ss_selection_changed (Inkscape::Selection *, gpointer data)