diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2009-05-18 12:42:37 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2009-05-18 12:42:37 -0700 |
commit | 22de56e1026a8720766deb93000d6c6087fd315d (patch) | |
tree | 288c418f77dd9c3a4299ed2e7680cc3621b0a809 | |
parent | 0cd486aa830b8e98a76da7bd90cef6d4d025109d (diff) |
185.18.08185.18.08
-rw-r--r-- | src/gtk+-2.x/ctkdisplaydevice-dfp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gtk+-2.x/ctkdisplaydevice-dfp.c b/src/gtk+-2.x/ctkdisplaydevice-dfp.c index f5e1552..ec7f598 100644 --- a/src/gtk+-2.x/ctkdisplaydevice-dfp.c +++ b/src/gtk+-2.x/ctkdisplaydevice-dfp.c @@ -870,7 +870,8 @@ GtkTextBuffer *ctk_display_device_dfp_create_help(GtkTextTagTable *table, ctk_help_term(b, &i, "Centered"); ctk_help_para(b, &i, "The image will only occupy the number of pixels " - "needed and be centered on the flat panel."); + "needed and be centered on the flat panel. Setting this " + "will disable image sharpening for the display device."); ctk_help_term(b, &i, "Aspect Ratio Scaled"); ctk_help_para(b, &i, "The image will be scaled (retaining the original " |