Alexander Nicolaysen Sørnes : Fix typo in screenshot queue link

Chris Morgan cmorgan at winehq.org
Wed Jan 2 20:53:15 CST 2008


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

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Wed Jan  2 19:52:40 2008 +0100

Fix typo in screenshot queue link

---

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

diff --git a/include/maintainer.php b/include/maintainer.php
index 0633c00..f81a338 100644
--- a/include/maintainer.php
+++ b/include/maintainer.php
@@ -1200,7 +1200,7 @@ class maintainer
         // FIXME: should use a function to generate these urls and use it here and
         // in sidebar_maintainer.php and sidebar_admin.php
         $sMsg.= 'Please visit the screenshot queue(';
-        $sMsg.= APPDB_ROOT.'objectManager.php?sClass=screenshot_queue&bIsQueue=true&sTitle=Screenshot%20Queue) ';
+        $sMsg.= APPDB_ROOT.'objectManager.php?sClass=screenshot&bIsQueue=true&sTitle=Screenshot%20Queue) ';
         $sMsg.= 'to process queued screenshots for versions you maintain.'."\n";
       }
         




More information about the wine-cvs mailing list