[gcompris] electric: fixed documentation url to the gnucap project.



commit 7942429e41637d46e2f22e0b7a19d4cf764bcc3a
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Tue Jun 26 18:37:21 2012 +0200

    electric: fixed documentation url to the gnucap project.

 src/electric-activity/electric.py     |    2 +-
 src/electric-activity/electric.xml.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/electric-activity/electric.py b/src/electric-activity/electric.py
index 0657afb..08625e5 100644
--- a/src/electric-activity/electric.py
+++ b/src/electric-activity/electric.py
@@ -96,7 +96,7 @@ class Gcompris_electric:
         break
 
     if not self.gnucap_binary:
-      gcompris.utils.dialog(_("Cannot find the 'gnucap' electric simulator.\nYou can download and install it from:\n<http://geda.seul.org/tools/gnucap/>\nTo be detected, it must be installed in\n/usr/bin/gnucap or /usr/local/bin/gnucap.\nYou can still use this activity to draw schematics without computer simulation."),
+      gcompris.utils.dialog(_("Cannot find the 'gnucap' electric simulator.\nYou can download and install it from:\n<http://www.gnu.org/software/gnucap/>\nTo be detected, it must be installed in\n/usr/bin/gnucap or /usr/local/bin/gnucap.\nYou can still use this activity to draw schematics without computer simulation."),
                             None)
 
 
diff --git a/src/electric-activity/electric.xml.in b/src/electric-activity/electric.xml.in
index 92f3338..77093e2 100644
--- a/src/electric-activity/electric.xml.in
+++ b/src/electric-activity/electric.xml.in
@@ -12,7 +12,7 @@
         <_description>Create and simulate an electric schema</_description>
         <_prerequisite>Requires some basic understanding of the concept of electricity.</_prerequisite>
         <_goal>Freely create an electric schema with a real time simulation of it.</_goal>
-        <_credit>GCompris uses the Gnucap electric simulator as a backend. You can get more information on gnucap at &lt;http://geda.seul.org/tools/gnucap/&gt;.</_credit>
+        <_credit>GCompris uses the Gnucap electric simulator as a backend. You can get more information on gnucap at &lt;http://www.gnu.org/software/gnucap/&gt;.</_credit>
         <_manual>Drag electrical components from the selector and drop them in the working area. Create wires by clicking on a connection spot, dragging the mouse to the next connection spot, and letting go. You can also move components by dragging them. You can delete wires by clicking on them. To delete a component, select the deletion tool on top of the component selector. You can click on the switch to open and close it. You can change the rheostat value by dragging its wiper. In order to simulate what happens when a bulb is blown, you can blown it by right-clicking on it. The simulation is updated in real time by any user action.</_manual>
   </Board>
   <Data directory=""/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]