diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-09-05 00:40:07 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-09-05 00:40:07 +0000 |
commit | 078e9c45877ab309e5a03d00ea1d95d7e7dcf88a (patch) | |
tree | 54866a2285a47ac8af07db9603aa74a6895b5b93 | |
parent | fb9a812c82eb4807aae69f8717dcb7e28ad22693 (diff) |
changed blog notification url
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@331 4f64403b-2f21-0410-a795-97e2b3489a10
-rw-r--r-- | MySpace/notifications.cpp | 2 | ||||
-rw-r--r-- | MySpace/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MySpace/notifications.cpp b/MySpace/notifications.cpp index fd69dad..8c2e989 100644 --- a/MySpace/notifications.cpp +++ b/MySpace/notifications.cpp @@ -7,7 +7,7 @@ #include <ctime>
#define URL_MAIL "http://messaging.myspace.com/index.cfm?fuseaction=mail.inbox"
-#define URL_BLOG "http://blog.myspace.com/index.cfm?fuseaction=blog"
+#define URL_BLOG "http://blog.myspace.com/index.cfm?fuseaction=blog.controlcenter"
#define URL_PROFILE "http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=%d"
#define URL_FRIEND "http://messaging.myspace.com/index.cfm?fuseaction=mail.friendRequests"
#define URL_PICTURE "http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPictureComments&friendID=%d"
diff --git a/MySpace/version.h b/MySpace/version.h index c59f4bb..e8e2e8e 100644 --- a/MySpace/version.h +++ b/MySpace/version.h @@ -5,7 +5,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 5
-#define __BUILD_NUM 11
+#define __BUILD_NUM 12
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|