• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Changeset
  • Next Changeset →

Changeset 5667

Show
Ignore:
Timestamp:
10/09/08 12:19:19 (6 weeks ago)
Author:
will
Message:

Beta 3.1.2 (turn off Wiki Export)

Location:
branches/ProtocolEditor/src
Files:
2 modified

  • ui/XMLView.java (modified) (1 diff)
  • xmlMVC/ConfigConstants.java (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • branches/ProtocolEditor/src/ui/XMLView.java

    r5666 r5667  
    229229                                controller.getAction(Controller.EXPORT_ALL_TEXT), 
    230230                                controller.getAction(Controller.EXPORT_HIGHLTD_TEXT), 
    231                                 controller.getAction(Controller.EXPORT_ALL_WIKI)}; 
     231                                //controller.getAction(Controller.EXPORT_ALL_WIKI) 
     232                                }; 
    232233                JButton printButton = new PopupMenuButton("Export the current file for printing",  
    233234                                printIcon, printExportActions); 
  • branches/ProtocolEditor/src/xmlMVC/ConfigConstants.java

    r5634 r5667  
    6363         *  
    6464         */ 
    65         public static final String EDITOR_VERSION_NUMBER = "3.0-3.1"; 
     65        public static final String EDITOR_VERSION_NUMBER = "3.0-3.1.2"; 
    6666        /** 
    6767         * This is an identifier, eg. for Exception handler's bug reporter. 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/