From 9a535d0c854da37de9c2fd2a0aa27c5507ce7d90 Mon Sep 17 00:00:00 2001
From: Bent Bisballe Nyeng <deva@aasimon.org>
Date: Mon, 17 Apr 2017 11:48:21 +0200
Subject: Add caption to FileBrowser dialog.

---
 plugingui/filebrowser.cc | 2 ++
 1 file changed, 2 insertions(+)

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);
-- 
cgit v1.2.3