aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-11-13 17:46:29 +0000
committerGravatar Elvio Basello2008-11-13 17:46:29 +0000
commit908b61b7881ea30d967c674bfaebc8e87be130d4 (patch)
tree667277f9e0c43313e41b89033a01cb8442d44f4b /src
parentmore work on splitting objects module locale stuff (wip) (diff)
downloadKVIrc-908b61b7881ea30d967c674bfaebc8e87be130d4.tar.gz
KVIrc-908b61b7881ea30d967c674bfaebc8e87be130d4.tar.bz2
KVIrc-908b61b7881ea30d967c674bfaebc8e87be130d4.zip
quick fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2859 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
-rw-r--r--src/modules/objects/class_widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_widget.cpp b/src/modules/objects/class_widget.cpp
index 830136c5b..1f710b1c0 100644
--- a/src/modules/objects/class_widget.cpp
+++ b/src/modules/objects/class_widget.cpp
@@ -1820,7 +1820,7 @@ KVSO_CLASS_FUNCTION(widget,setBackgroundImage)
}
else
{
- c->warning("The pixmap is not valid","objects");
+ c->warning(__tr2qs_ctx("The pixmap is not valid","objects"));
return true;
}
return true;