Revision: 3252
Author: [email protected]
Date: Thu Jan 28 07:25:07 2010
Log: The new links to helpful sites. Missed in the welcome screen commit.
http://code.google.com/p/power-architect/source/detail?r=3252

Modified:
 /trunk/src/ca/sqlpower/architect/swingui/ArchitectSwingSessionContext.java

=======================================
--- /trunk/src/ca/sqlpower/architect/swingui/ArchitectSwingSessionContext.java Thu Apr 2 10:05:17 2009 +++ /trunk/src/ca/sqlpower/architect/swingui/ArchitectSwingSessionContext.java Thu Jan 28 07:25:07 2010
@@ -43,6 +43,22 @@
      * sizes.
      */
     public static final int ICON_SIZE = 16;
+
+    /**
+     * Link to where you can buy the user guide on the SQL Power website.
+     */
+ public static final String USER_GUIDE_URL = "http://www.sqlpower.ca/page/architect-userguide";;
+
+    /**
+     * Link to where you can buy premium support on the SQL Power website.
+     */
+ public static final String PREMIUM_SUPPORT_URL = "http://www.sqlpower.ca/page/architect_support";;
+
+    /**
+ * Link to where you can post questions to the community in the SQL Power
+     * forums.
+     */
+ public static final String COMMUNITY_FORUM_URL = "http://www.sqlpower.ca/page/enter_forum";;

     /**
* Creates a new session within this parent context. This will cause an

Reply via email to