added icons for the buttons
[case] / src / pane.cpp
index 34ec244..67039c0 100644 (file)
@@ -32,7 +32,7 @@ Pane::Pane(QWidget *theCase, QWidget *parent) :
     theCase(theCase),
     active(false),
     location(new AddressBar),
-    up(new Button("^", 0, 70, 60)),
+    up(new Button("go_up", 0, 70, 60)),
     fileList(new FileList)
 {
     QVBoxLayout *layout = new QVBoxLayout;