~ubuntu-branches/ubuntu/trusty/mricron/trusty-proposed

« back to all changes in this revision

Viewing changes to nifti_img.pas

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2010-11-08 07:55:47 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101108075547-g99ufaelkf17kiss
Tags: 0.20101102.1~dfsg.1-1
* New upstream code.
* Changed get-orig-src to get-orig-source target in debian/rules for policy
  compliance.
* Added patch for compatibility with Lazarus version in Debian.
* Added patch for Ubuntu lucid backports that can be automatically applied
  by backport-dsc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2246
2246
  if not ImgForm.SaveDialog1.Execute then exit;
2247
2247
  lFileName := ImgForm.SaveDialog1.Filename;
2248
2248
  lExt := UpCaseExt(lFileName);
 
2249
 
 
2250
 
2249
2251
  gBGImg.VOIchanged := false;
2250
2252
  if (lExt='.ROI') then begin
2251
2253
        Showmessage('Note that the MRIcro ROI format does not save image dimensions. You may want to save a  copy as VOI format.');
5646
5648
  FileMode := 2;
5647
5649
end; //proc OpenImg
5648
5650
 
5649
 
end.
 
5651
end.
 
 
b'\\ No newline at end of file'