diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2008-08-21 12:26:07 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2008-08-21 12:26:07 -0700 |
commit | 4bef4cc0c837bb8649cb7b7c13ef5c4aefd4e7fe (patch) | |
tree | 97c46984370fd3de0fe1ad432ae942201671d824 | |
parent | 2359725ef2dae040185b353d4ce57f40d6452b5c (diff) |
-rw-r--r-- | src/gtk+-2.x/ctkopengl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk+-2.x/ctkopengl.c b/src/gtk+-2.x/ctkopengl.c index 8ea1a68..00f8abb 100644 --- a/src/gtk+-2.x/ctkopengl.c +++ b/src/gtk+-2.x/ctkopengl.c @@ -924,7 +924,7 @@ static void post_slider_value_changed(CtkOpenGL *ctk_opengl, gint val) { ctk_config_statusbar_message(ctk_opengl->ctk_config, "OpenGL anti-aliased lines edge smoothness " - "changed to %d\%.", + "changed to %d%%.", val); } /* post_slider_value_changed() */ |