diff options
author | raveit65 <[email protected]> | 2013-10-18 01:01:11 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2013-10-18 01:01:11 +0200 |
commit | fa9c24a8d33a6325947faf88d2bd4560ace7ffe9 (patch) | |
tree | 1192d831807e98fe0f1e478a410c6eafacafca84 /plugins/checkupdate/pluma-check-update-plugin.c | |
parent | bd9e37bc9ab88f8342d66f8e636e901faae31806 (diff) | |
download | pluma-fa9c24a8d33a6325947faf88d2bd4560ace7ffe9.tar.bz2 pluma-fa9c24a8d33a6325947faf88d2bd4560ace7ffe9.tar.xz |
rename to pluma
Diffstat (limited to 'plugins/checkupdate/pluma-check-update-plugin.c')
-rw-r--r-- | plugins/checkupdate/pluma-check-update-plugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/checkupdate/pluma-check-update-plugin.c b/plugins/checkupdate/pluma-check-update-plugin.c index 2f8bd1af..b28991af 100644 --- a/plugins/checkupdate/pluma-check-update-plugin.c +++ b/plugins/checkupdate/pluma-check-update-plugin.c @@ -43,10 +43,10 @@ #define VERSION_PLACE "<a href=\"[0-9]\\.[0-9]+/\">" #ifdef G_OS_WIN32 -#define PLUMA_URL "http://pub.mate-desktop.org/sources/mate-text-editor/" +#define PLUMA_URL "http://pub.mate-desktop.org/sources/pluma/" #define FILE_REGEX "pluma\\-setup\\-[0-9]+\\.[0-9]+\\.[0-9]+(\\-[0-9]+)?\\.exe" #else -#define PLUMA_URL "http://pub.mate-desktop.org/sources/mate-text-editor/" +#define PLUMA_URL "http://pub.mate-desktop.org/sources/pluma/" #define FILE_REGEX "pluma\\-[0-9]+\\.[0-9]+\\.[0-9]+(\\-[0-9]+)?\\.dmg" #endif |