diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2015-12-07 15:57:51 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2015-12-07 15:57:51 +0100 |
commit | 654a9cae43358c7eecf3b522e9876aa7815e2453 (patch) | |
tree | 545f2e42fdc6e824b247924adf083ad3fe51e61d /editors/Textmate/Prado.tmbundle/Snippets/TRectangleHotSpot.tmSnippet | |
parent | e99e35819d53dc48ae4e9a8491528a6b6011469f (diff) |
Move urls from pradosoft.com to github's project page; drop unmaintained quickstart tutorial translations
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TRectangleHotSpot.tmSnippet')
-rw-r--r-- | editors/Textmate/Prado.tmbundle/Snippets/TRectangleHotSpot.tmSnippet | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TRectangleHotSpot.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TRectangleHotSpot.tmSnippet index f0d8c70e..eb66e8f3 100644 --- a/editors/Textmate/Prado.tmbundle/Snippets/TRectangleHotSpot.tmSnippet +++ b/editors/Textmate/Prado.tmbundle/Snippets/TRectangleHotSpot.tmSnippet @@ -5,8 +5,8 @@ <key>content</key> <string><com:TRectangleHotSpot ${1:HotspotMode="${2:Navigate}" - NavigateUrl="${3:http://www.pradosoft.com}"} - AlternateText="${4:Navigate to pradosoft.com}" + NavigateUrl="${3:https://github.com/pradosoft/prado}"} + AlternateText="${4:Navigate to Prado framework}" Top="${5:10}" Left="${6:10}" Bottom="${7:110}" Right="${8:110}" />$0</string> <key>name</key> <string>TRectangleHotSpot (THotSpot)</string> |