Ignore:
Timestamp:
07/08/09 15:34:43 (15 years ago)
Author:
alexandrecorreia
Message:

Ticket #571 - Removido o arquivo plugins.xml, usado pelo applet ( Java ) para carregar os plugins.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jabberit_messenger/java_source/src/nu/fw/jeti/ui/ChatSplitPane.java

    r1014 r1097  
    137137        private Notifiers titleFlash; 
    138138        private SimpleAttributeSet colorAttributeSet = new SimpleAttributeSet(); 
    139         private boolean toFrontOnNewMessage=false; 
     139        private boolean toFrontOnNewMessage = false; 
    140140        private static DateFormat dateFormat = DateFormat.getTimeInstance(); 
    141141        DateFormat shortDate= DateFormat.getDateInstance(DateFormat.SHORT); 
     
    145145        private Date date = new Date(); 
    146146        private ImageIcon avatar; 
    147     //private boolean sendEnabled=true; 
     147 
    148148         
    149149        class ToolTipTextpane extends JTextPane 
    150         {//Tooltip on textpane, show time of message 
     150        { 
     151                //Tooltip on textpane, show time of message 
    151152                public String getToolTipText(MouseEvent e) 
    152153                { 
     
    234235                        } 
    235236                }); 
     237                 
    236238                menu.add(chkItem); 
     239                 
    237240                if (PluginsInfo.isPluginLoaded("emoticons")) 
    238241                { 
     
    260263                        }); 
    261264                } 
     265                 
    262266                if (PluginsInfo.isPluginLoaded("spell")) 
    263267                { 
     
    265269                        spell.addChangeDictoryMenuEntry(menu); 
    266270                } 
     271                 
    267272                if (PluginsInfo.isPluginLoaded("links")) 
    268273                { 
     
    293298                } 
    294299                 
    295                 translator = PluginsInfo.getTranslator(); 
     300                //translator = PluginsInfo.getTranslator(); 
    296301                if(emoticons != null || spell != null || translate!=null)   
    297302                {        
Note: See TracChangeset for help on using the changeset viewer.