summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/Strings_AdditionalControls.src
diff options
context:
space:
mode:
authorEric Seynaeve <github@nosperse.com>2013-04-10 00:15:43 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-04-13 02:34:29 +0200
commitedc3bfd558f3065a5444ad3f5c456da9546d16c4 (patch)
tree88650faf5a290db3959b07857ffc2716ebc634fe /chart2/source/controller/dialogs/Strings_AdditionalControls.src
parent426ab2eb7ea4e744947ef9d2ec5c72cca2d81da6 (diff)
Adding the dialog for setting stepped lines.
The UI changes still need some more tweaking: - adjusting the vertical alignment in the splineresourcegroup - put the images in the radio buttons instead of in front of them Change-Id: I4bc5ebe5167eca9a5b1341d9328a7d74b62cf819
Diffstat (limited to 'chart2/source/controller/dialogs/Strings_AdditionalControls.src')
-rw-r--r--chart2/source/controller/dialogs/Strings_AdditionalControls.src15
1 files changed, 15 insertions, 0 deletions
diff --git a/chart2/source/controller/dialogs/Strings_AdditionalControls.src b/chart2/source/controller/dialogs/Strings_AdditionalControls.src
index 9d4758de1864..1f6f7a17a665 100644
--- a/chart2/source/controller/dialogs/Strings_AdditionalControls.src
+++ b/chart2/source/controller/dialogs/Strings_AdditionalControls.src
@@ -46,6 +46,21 @@ String STR_TEXT_SEPARATOR
Text [ en-US ] = "Separator";
};
+String STR_LINETYPE_STRAIGHT
+{
+ Text [ en-US ] = "Straight";
+};
+
+String STR_LINETYPE_SMOOTH
+{
+ Text [ en-US ] = "Smooth";
+};
+
+String STR_LINETYPE_STEPPED
+{
+ Text [ en-US ] = "Stepped";
+};
+
//-----------------------------------
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */