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

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/khtml/html
From:       İsmail Dönmez <ismail () uludag ! org ! tr>
Date:       2005-11-06 17:10:08
Message-ID: 1131297008.419827.28820.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 478389 by cartman:

fix compile warnings


 M  +3 -3      html_formimpl.cpp  


--- branches/KDE/3.5/kdelibs/khtml/html/html_formimpl.cpp #478388:478389
@@ -1986,7 +1986,7 @@
     if (v.isEmpty()) {
         switch (m_type) {
             case RESET:
-#if APPLE_CHANGES
+#ifdef APPLE_CHANGES
                 v = resetButtonDefaultLabel();
 #else
                 v = i18n("Reset");
@@ -1994,7 +1994,7 @@
                 break;
 
             case SUBMIT:
-#if APPLE_CHANGES
+#ifdef APPLE_CHANGES
                 v = submitButtonDefaultLabel();
 #else
                 v = i18n("Submit");
@@ -2009,7 +2009,7 @@
             case ISINDEX:
             case PASSWORD:
             case RADIO:
-        #if APPLE_CHANGES
+        #ifdef APPLE_CHANGES
             case RANGE:
             case SEARCH:
         #endif
[prev in list] [next in list] [prev in thread] [next in thread] 

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