diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-07-30 10:56:10 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-07-30 10:56:10 +0000 |
| commit | 1723f7a2cc084d5fbe35ad3f9e00cb17506d3a4a (patch) | |
| tree | 703165983f1df0a965bb380b2b3aa3f7b65c1e8a /src/ui/widget/text.h | |
| parent | fix invisible selection in the list; remove stripes; fix undo comment (diff) | |
| download | inkscape-1723f7a2cc084d5fbe35ad3f9e00cb17506d3a4a.tar.gz inkscape-1723f7a2cc084d5fbe35ad3f9e00cb17506d3a4a.zip | |
Make text widget for TextParams work and re-enable it
(bzr r6469)
Diffstat (limited to 'src/ui/widget/text.h')
| -rw-r--r-- | src/ui/widget/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/text.h b/src/ui/widget/text.h index a1ec03355..038e6e5dd 100644 --- a/src/ui/widget/text.h +++ b/src/ui/widget/text.h @@ -34,7 +34,7 @@ public: const char* getText() const; - void setText(char* text); + void setText(const char* text); void update(); |
