Sophie

Sophie

distrib > Mageia > 6 > i586 > media > core-release-src > by-pkgid > e7a7238e41d5077c057e92a397a29aad > files > 5

kroots-1.5.0-8.mga6.src.rpm

diff -aur kroots-1.5.0/src/kroots.cpp kroots-1.5.0-p/src/kroots.cpp
--- kroots-1.5.0/src/kroots.cpp	2015-08-21 22:32:15.960675987 +0200
+++ kroots-1.5.0-p/src/kroots.cpp	2015-08-21 22:32:02.741394880 +0200
@@ -42,7 +42,7 @@
 	
 	//Get rid of stupid settings menus that are not needed
 	foreach(QAction * item, menuBar()->actions().at(1)->menu()->actions())
-		if (item->text() != "&Configure KRoots...")
+		if (!item->text().contains(i18n("KRoots")))
 			delete item;
 	
 	//kill the status bar