summaryrefslogtreecommitdiffstats
path: root/src/gui/Style.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/Style.cpp')
-rw-r--r--src/gui/Style.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/Style.cpp b/src/gui/Style.cpp
index 3c004a20..1c61d995 100644
--- a/src/gui/Style.cpp
+++ b/src/gui/Style.cpp
@@ -98,7 +98,7 @@ Style::get_port_color(const Client::PortModel* p)
return _event_port_color;
}
- _app.log().warn(Raul::fmt("No known port type for %1%\n") % p->path());
+ _app.log().warn(fmt("No known port type for %1%\n") % p->path());
return 0x666666FF;
}