diff --git a/interface/ui/chatWindow.ui b/interface/ui/chatWindow.ui
index 9321e1e8ea..0372e00c09 100644
--- a/interface/ui/chatWindow.ui
+++ b/interface/ui/chatWindow.ui
@@ -139,14 +139,14 @@
QPushButton {
background-color: rgba( 0, 0, 0, 0% );
border: none;
- image: url(:images/close.svg)
+ image: url(../resources/images/close.svg)
}
QPushButton:pressed {
background-color: rgba( 0, 0, 0, 0% );
border: none;
- image: url(:images/close_down.svg)
+ image: url(../resources/images/close_down.svg)
}