Alexander Nicolaysen Sørnes : objectManager: Rename filter submit button's name and id

Chris Morgan cmorgan at winehq.org
Mon Jun 16 18:58:51 CDT 2008


Module: appdb
Branch: master
Commit: ec4898ba752fc9ad2571b9137ff763bd1def4bef
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=ec4898ba752fc9ad2571b9137ff763bd1def4bef

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Sun Jun 15 21:57:49 2008 +0200

objectManager: Rename filter submit button's name and id

---

 include/objectManager.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/objectManager.php b/include/objectManager.php
index 8a6660f..e8b2392 100644
--- a/include/objectManager.php
+++ b/include/objectManager.php
@@ -1345,7 +1345,7 @@ class ObjectManager
 
             echo $this->oFilters->getEditor();
 
-            echo "<br><input type='submit' value='Submit' name='sSubmit' >";
+            echo "<br><input type='submit' value='Update filter' name='sFilterSubmit' >";
             echo "</form>";
         }
     }




More information about the wine-cvs mailing list