[nvda-addons] commit/addonFiles: mhameed: fix url for control usage assistant.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons@xxxxxxxxxxxxx
  • Date: Wed, 22 May 2013 08:31:54 -0000

1 new commit in addonFiles:

https://bitbucket.org/nvdaaddonteam/addonfiles/commits/1cd1bac8b7de/
Changeset:   1cd1bac8b7de
Branch:      master
User:        mhameed
Date:        2013-05-22 10:31:39
Summary:     fix url for control usage assistant.

Affected #:  1 file

diff --git a/get.php b/get.php
index 4ebe70d..f2d77c3 100755
--- a/get.php
+++ b/get.php
@@ -1,6 +1,6 @@
 <?php
 $addons = array(
-    "cu" => "http://www.nvda-kr.org/controlUsageAssistant-1.0.nvda-addon";,
+    "cua" => "controlUsageAssistant-1.0.nvda-addon",
        "dx" => "dropbox-3.1.nvda-addon",
     "ew" => "extendedWinamp-1.1.nvda-addon",
     "it" => "instantTranslate-2.2beta1.nvda-addon",

Repository URL: https://bitbucket.org/nvdaaddonteam/addonfiles/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
----------------------------------------------------------------

NVDA add-ons Central: A list for discussing NVDA add-ons

To post a message, send an email to nvda-addons@xxxxxxxxxxxxx.

To unsubscribe, send an email with the subject line of "unsubscribe" (without 
quotes) to nvda-addons-request@xxxxxxxxxxxxx.

If you have questions for list moderators, please send a message to 
nvda-addons-moderators@xxxxxxxxxxxxx.

Other related posts:

  • » [nvda-addons] commit/addonFiles: mhameed: fix url for control usage assistant. - commits-noreply