NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 152 - Typo in line toolbar message
Typo in line toolbar message
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: Other
unspecified
All All
: P2 trivial
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2010-03-15 16:28 CDT by Jan Eglinger
Modified: 2010-03-15 17:21 CDT
0 users

See Also:

Description Jan Eglinger 2010-03-15 16:28:40 CDT
There's a typo in ij/gui/Toolbar.java lines 463-474:
"Stright" should be changed to "Straight" in 4 occurrences.

http://pacific.mpi-cbg.de/cgi-bin/gitweb.cgi?p=ImageJA.git;a=blob;f=ij/gui/Toolbar.java;h=ceb86144e9d381ed2b475c1bbbdaa0f4b02bdb09;hb=fiji#l463

(Sorry for not posting a patch, my git knowledge is not sufficient)
Comment 1 Johannes Schindelin 2010-03-15 17:21:18 CDT
Thanks! http://pacific.mpi-cbg.de/cgi-bin/gitweb.cgi?p=ImageJA.git;a=commitdiff;h=ddf66e0950c47a20ad5a2d1bbe7db5955ce545ce

As for Git, you may want to read this:
http://pacific.mpi-cbg.de/wiki/index.php/Git_for_dummies#Essential_Git_commands

Once you have a commit you want to share, you can call "git format-patch -1" to write a file containing the most recent commit (you can increase the "1" if you want to export more than one commit).