diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-17 11:48:21 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-04-17 11:48:21 +0200 | 
| commit | 9a535d0c854da37de9c2fd2a0aa27c5507ce7d90 (patch) | |
| tree | 45859e5219ccbbb522901ea3a0b668589d9950b0 /plugingui | |
| parent | 93a8927be51957911df172bda8fc97ed4efa4802 (diff) | |
Add caption to FileBrowser dialog.
Diffstat (limited to 'plugingui')
| -rw-r--r-- | plugingui/filebrowser.cc | 2 | 
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); | 
