summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2017-04-17 11:48:21 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2017-04-17 11:48:21 +0200
commit9a535d0c854da37de9c2fd2a0aa27c5507ce7d90 (patch)
tree45859e5219ccbbb522901ea3a0b668589d9950b0
parent93a8927be51957911df172bda8fc97ed4efa4802 (diff)
Add caption to FileBrowser dialog.
-rw-r--r--plugingui/filebrowser.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugingui/filebrowser.cc b/plugingui/filebrowser.cc
index d77a6bf..f10a75e 100644
--- a/plugingui/filebrowser.cc
+++ b/plugingui/filebrowser.cc
@@ -63,6 +63,8 @@ FileBrowser::FileBrowser(Widget* parent)
above_root = false;
#endif
+ setCaption("Open file...");
+
lbl_path.setText("Path:");
//lineedit.setReadOnly(true);