diff options
author | Timothy Pearson <[email protected]> | 2014-08-07 17:24:38 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-08-07 17:24:38 -0500 |
commit | 32f50cd6f959faf422b389d2d0b52e0930a78c09 (patch) | |
tree | 6b94678043cf7ce97f0f5f1ac42681ef0ae5d9f8 /tdeui/tdetoolbarlabelaction.h | |
parent | 3b970e49bd257b679af0d2cf710c67cf4b931e9c (diff) | |
download | tdelibs-32f50cd6f959faf422b389d2d0b52e0930a78c09.tar.gz tdelibs-32f50cd6f959faf422b389d2d0b52e0930a78c09.zip |
Rename the string kde toolbar widget
Diffstat (limited to 'tdeui/tdetoolbarlabelaction.h')
-rw-r--r-- | tdeui/tdetoolbarlabelaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tdetoolbarlabelaction.h b/tdeui/tdetoolbarlabelaction.h index 3fef73937..c330c9254 100644 --- a/tdeui/tdetoolbarlabelaction.h +++ b/tdeui/tdetoolbarlabelaction.h @@ -87,7 +87,7 @@ public: * transferred to the action and the label is deleted when the action is * deleted. So you shouldn't hold any pointers to the label. * - * It's important that the label's name is set to "kde toolbar widget" in + * It's important that the label's name is set to "tde toolbar widget" in * its constructor, otherwise it is not correctly rendered in some kde * styles. * |