[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/devtools/kdevelop4-extra-plugins/php/duchain/navigation
From:       Milian Wolff <mail () milianw ! de>
Date:       2009-01-26 14:03:14
Message-ID: 1232978594.401876.3095.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 916936 by mwolff:

SVN_SILENT classes implement interfaces, not interface interfaces

 M  +1 -1      declarationnavigationcontext.cpp  


--- trunk/playground/devtools/kdevelop4-extra-plugins/php/duchain/navigation/declarationnavigationcontext.cpp \
#916935:916936 @@ -63,7 +63,7 @@
     }
     modifyHtml() += " ";
     if ( classDecl->interfacesSize() > 0 ) {
-      modifyHtml() += i18n(" interfaces ");
+      modifyHtml() += i18n(" implements ");
       FOREACH_FUNCTION( const Php::BaseClassInstance& interface, \
classDecl->interfaces ) {  eventuallyMakeTypeLinks(interface.baseClass.type());
         if ( a < containerSize - 1 ) {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic