From: pabs Date: Tue, 8 Jan 2008 01:04:33 +0000 (+0000) Subject: Use synfig.org instead of synfig.com X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=817f9750244974cd8207fe7e8c170a5c0def135c;p=synfig.git Use synfig.org instead of synfig.com git-svn-id: http://svn.voria.com/code@1290 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/NEWS b/synfig-studio/trunk/NEWS index 5af5583..b272cae 100644 --- a/synfig-studio/trunk/NEWS +++ b/synfig-studio/trunk/NEWS @@ -8,7 +8,7 @@ * Move icons to a subdir * Fix some typos, several crashes (#1780016, #1785598) and other bugs * Re-enable sketch, draw, polygon by default - * Add keyboard shortcuts for all tools ( http://wiki.synfig.com/Keyboard_Shortcuts ) + * Add keyboard shortcuts for all tools ( http://synfig.org/Keyboard_Shortcuts ) * Fix crash when setting canvas resolution to zero (#1779616) * Add 'auto-export' checkbox and layer name box to the draw tool * Various GUI fixes (#1794006, #1796110) diff --git a/synfig-studio/trunk/README b/synfig-studio/trunk/README index 200a97b..1175134 100644 --- a/synfig-studio/trunk/README +++ b/synfig-studio/trunk/README @@ -13,8 +13,7 @@ format. Links -Web: http://www.synfig.com/ -Wiki: http://wiki.synfig.com/ +Web: http://synfig.org/ SVN: http://svn.voria.com/code/synfig/ Proj: http://sf.net/projects/synfig/ IRC: irc://irc.freenode.net/synfig diff --git a/synfig-studio/trunk/TODO b/synfig-studio/trunk/TODO index 391bf2a..0e822d2 100644 --- a/synfig-studio/trunk/TODO +++ b/synfig-studio/trunk/TODO @@ -28,5 +28,5 @@ ## User-requested features ## -http://wiki.synfig.com/Wish_list +http://synfig.org/Wish_list http://sf.net/tracker/?group_id=144022&atid=757419 diff --git a/synfig-studio/trunk/po/Makevars b/synfig-studio/trunk/po/Makevars index e6c9266..92b987a 100644 --- a/synfig-studio/trunk/po/Makevars +++ b/synfig-studio/trunk/po/Makevars @@ -3,5 +3,5 @@ subdir = po top_builddir = .. XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --add-comments=TRANSLATORS COPYRIGHT_HOLDER = Synfig Contributors -MSGID_BUGS_ADDRESS = http://www.synfig.com +MSGID_BUGS_ADDRESS = http://synfig.org/Bugs EXTRA_LOCALE_CATEGORIES = diff --git a/synfig-studio/trunk/po/fr.po b/synfig-studio/trunk/po/fr.po index 1b485f0..fb3714f 100644 --- a/synfig-studio/trunk/po/fr.po +++ b/synfig-studio/trunk/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: fr\n" -"Report-Msgid-Bugs-To: http://www.synfig.com\n" +"Report-Msgid-Bugs-To: http://synfig.org/Bugs\n" "POT-Creation-Date: 2007-12-09 14:04+0100\n" "PO-Revision-Date: 2008-01-07 21:55+0100\n" "Last-Translator: \n" diff --git a/synfig-studio/trunk/src/gtkmm/app.cpp b/synfig-studio/trunk/src/gtkmm/app.cpp index b9b0f86..d94d3fd 100644 --- a/synfig-studio/trunk/src/gtkmm/app.cpp +++ b/synfig-studio/trunk/src/gtkmm/app.cpp @@ -1000,7 +1000,7 @@ App::App(int *argc, char ***argv): "different version of libsynfig than what is currently\n" "installed. Synfig Studio will now abort. Try downloading\n" "the latest version from the Synfig website at\n" - "http://www.synfig.com/ " + "http://synfig.org/Download" ); throw 40; }