X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvInfoPanel.cxx;h=a9336145ca1ec3019e65a0cbfa800b1266743449;hb=764f4e2df893d2d084d8c4a301d9df2a0ba87a77;hp=ee77cb1447b01e870c68ae72143663397fd75b3e;hpb=686056dfe2391eed76302af43b08d30791901965;p=clitk.git diff --git a/vv/vvInfoPanel.cxx b/vv/vvInfoPanel.cxx index ee77cb1..a933614 100644 --- a/vv/vvInfoPanel.cxx +++ b/vv/vvInfoPanel.cxx @@ -163,7 +163,7 @@ void vvInfoPanel::setViews(int window, int view, int slice) //------------------------------------------------------------------------------ void vvInfoPanel::setMemoryInMb(QString text) { - memoryUsageLabel->setText("Memory usage: "+text); + memoryUsageLabel->setText("Memory usage : "+text); } //------------------------------------------------------------------------------