aboutsummaryrefslogtreecommitdiff
path: root/src/TextDialog.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/TextDialog.hh')
-rw-r--r--src/TextDialog.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/TextDialog.hh b/src/TextDialog.hh
index 41579b1..838ea0d 100644
--- a/src/TextDialog.hh
+++ b/src/TextDialog.hh
@@ -32,9 +32,9 @@ class TextDialog: public FbTk::FbWindow, public FbTk::EventHandler {
32public: 32public:
33 TextDialog(BScreen &screen, const std::string &title); 33 TextDialog(BScreen &screen, const std::string &title);
34 virtual ~TextDialog(); 34 virtual ~TextDialog();
35 35
36 /// Sets the entry text. 36 /// Sets the entry text.
37 void setText(const std::string &text); 37 void setText(const FbTk::BiDiString& text);
38 38
39 void show(); 39 void show();
40 void hide(); 40 void hide();