blob: c5b38368671614ec166e6c70b3edb80b9c9cc50b (
plain)
1
2
3
4
5
6
7
8
9
10
|
diff --git a/systemsettings/tdecmodulemenu.cpp b/systemsettings/tdecmodulemenu.cpp
index 56c1220..d8f84ce 100644
--- a/systemsettings/tdecmodulemenu.cpp
+++ b/systemsettings/tdecmodulemenu.cpp
@@ -185,4 +185,5 @@ TQString TDECModuleMenu::deriveCaptionFromPath( const TQString &menuPath )
return result;
}
}
+ return result;
}
|