Author: remi
Date: 2008-08-13 17:24:13 +0200 (Wed, 13 Aug 2008)
New Revision: 1477

Modified:
   software_suite_v2/software/tools/attitunesStudio/trunk/META-INF/MANIFEST.MF
   software_suite_v2/software/tools/attitunesStudio/trunk/src/MainFrame.java
   
software_suite_v2/software/tools/attitunesStudio/trunk/src/com/tuxisalive/attitunes/messages.properties
Log:
* updated MANIFEST file and a message box which notify that the tool is under 
developement

Modified: 
software_suite_v2/software/tools/attitunesStudio/trunk/META-INF/MANIFEST.MF
===================================================================
--- software_suite_v2/software/tools/attitunesStudio/trunk/META-INF/MANIFEST.MF 
2008-08-13 15:03:36 UTC (rev 1476)
+++ software_suite_v2/software/tools/attitunesStudio/trunk/META-INF/MANIFEST.MF 
2008-08-13 15:24:13 UTC (rev 1477)
@@ -1,3 +1,3 @@
 Manifest-Version: 1.0
 Main-Class: main
-Class-Path: ./attitunesStudio.jar; ./looks-2.1.4.jar
+Class-Path: ./looks-2.1.4.jar

Modified: 
software_suite_v2/software/tools/attitunesStudio/trunk/src/MainFrame.java
===================================================================
--- software_suite_v2/software/tools/attitunesStudio/trunk/src/MainFrame.java   
2008-08-13 15:03:36 UTC (rev 1476)
+++ software_suite_v2/software/tools/attitunesStudio/trunk/src/MainFrame.java   
2008-08-13 15:24:13 UTC (rev 1477)
@@ -259,6 +259,9 @@
                        /* Load the template file */
                        
attBlockViewer.loadAttitune("C:/tuxdroid/resources/templates/template.att"); 
//$NON-NLS-1$
                        attBlockViewer.setAttituneIsTemplate(true);
+                       
+                       /* Splash message under developpement */
+                       JOptionPane.showMessageDialog(this, 
ATTMessages.getString("MainFrame.98"));
                }
                catch (Exception e)
                {

Modified: 
software_suite_v2/software/tools/attitunesStudio/trunk/src/com/tuxisalive/attitunes/messages.properties
===================================================================
--- 
software_suite_v2/software/tools/attitunesStudio/trunk/src/com/tuxisalive/attitunes/messages.properties
     2008-08-13 15:03:36 UTC (rev 1476)
+++ 
software_suite_v2/software/tools/attitunesStudio/trunk/src/com/tuxisalive/attitunes/messages.properties
     2008-08-13 15:24:13 UTC (rev 1477)
@@ -17,6 +17,7 @@
 MainFrame.93=Your attitune has been saved
 MainFrame.95=You are sure that do you want deleting this block ?
 MainFrame.96=Block deleting
+MainFrame.98=Attitunes studio is still under developpement
 AttitunePropertiesFrame.55=The parameters marked as red color are missing.
 AttitunePropertiesFrame.56=Name :
 AttitunePropertiesFrame.57=Author :


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to