summaryrefslogtreecommitdiff
path: root/plugingui/filebrowser.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-03-10 13:41:10 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-03-10 13:41:10 +0100
commit275780d3edd1772537822b607cc60875cc9f98f6 (patch)
tree51717c424ccabd1b9c18b48e9c2e53374748e6fd /plugingui/filebrowser.h
parent96c3915adeb68d1dd913d38431540eb52d43ff74 (diff)
Add cancel button to filebrowser.
Diffstat (limited to 'plugingui/filebrowser.h')
-rw-r--r--plugingui/filebrowser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugingui/filebrowser.h b/plugingui/filebrowser.h
index e745e7e..011c9d7 100644
--- a/plugingui/filebrowser.h
+++ b/plugingui/filebrowser.h
@@ -56,7 +56,8 @@ private:
struct private_data *prv;
GUI::ListBox *listbox;
- GUI::Button *btn;
+ GUI::Button *btn_sel;
+ GUI::Button *btn_esc;
};
};