Author: remi
Date: 2009-07-07 13:25:13 +0200 (Tue, 07 Jul 2009)
New Revision: 5071

Modified:
   
software_suite_v3/software/tool/tool-attitunes-studio/trunk/src/MainFrame.java
Log:
* Removed a debug message

Modified: 
software_suite_v3/software/tool/tool-attitunes-studio/trunk/src/MainFrame.java
===================================================================
--- 
software_suite_v3/software/tool/tool-attitunes-studio/trunk/src/MainFrame.java  
    2009-07-07 10:55:38 UTC (rev 5070)
+++ 
software_suite_v3/software/tool/tool-attitunes-studio/trunk/src/MainFrame.java  
    2009-07-07 11:25:13 UTC (rev 5071)
@@ -666,11 +666,6 @@
                outFileName = outFileName.replaceAll(" ", "_");
                outPath = outPath + File.separator + outFileName;
                
-               JOptionPane.showMessageDialog(this, 
-                               outPath, 
-                               ATTMessages.getString("MainFrame.1"), 
-                               JOptionPane.INFORMATION_MESSAGE);
-               
                if (!outPath.toLowerCase().endsWith(".att"))
                {
                        outPath += ".att";


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have 
the opportunity to enter the BlackBerry Developer Challenge. See full prize 
details at: http://p.sf.net/sfu/blackberry
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to