Ticket #2475: 2475-bug-report-save-as-file.patch

File 2475-bug-report-save-as-file.patch, 753 bytes (added by deni, 15 years ago)
  • TabularUnified src/main/java/org/sophie2/main/func/help/bugreport/BugReportDialog.java

    ### Eclipse Workspace Patch 1.0
    #P org.sophie2.main.func.help
     
    297297                 
    298298                @Override 
    299299                protected ImmList<EventR3> computeEvents() { 
    300                         return ImmTreeList.<EventR3>create(new EventR3(this, SaveBugReportButton.this, null, null, EventIds.SAVE_REPORT_TO_FILE)); 
     300                        return ImmTreeList.<EventR3>create(new EventR3(this, BugReportDialog.this, null, null, EventIds.SAVE_REPORT_TO_FILE)); 
    301301                } 
    302302        } 
    303303