summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MySpace/notifications.cpp2
-rw-r--r--MySpace/version.h2
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