Closed
Bug 3786
Opened 26 years ago
Closed 26 years ago
Undo/Redo Toolbar Icons broken on Win32 version of Editor TestBed
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
M3
People
(Reporter: kinmoz, Assigned: kinmoz)
Details
Start apprunner -editor.
The toolbar should have undo and redo icons, instead, they display red x's.
The problem is that I initially checked in the editor toolbar icons without
specifying -kb. Doing a cvs remove and cvs add -kb of the icons doesn't make the
-kb option stick.
Need to figure out how to mark the icons as binary in the CVS repository.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Fixed the sticky -kb (binary) flag on the following files:
mozilla/xpfe/AppCores/xul/resources/ED_Bold.gif
mozilla/xpfe/AppCores/xul/resources/ED_Bullets.gif
mozilla/xpfe/AppCores/xul/resources/ED_Center.gif
mozilla/xpfe/AppCores/xul/resources/ED_ClearStyle.gif
mozilla/xpfe/AppCores/xul/resources/ED_Copy.gif
mozilla/xpfe/AppCores/xul/resources/ED_Cut.gif
mozilla/xpfe/AppCores/xul/resources/ED_Dedent.gif
mozilla/xpfe/AppCores/xul/resources/ED_Find.gif
mozilla/xpfe/AppCores/xul/resources/ED_HLine.gif
mozilla/xpfe/AppCores/xul/resources/ED_Image.gif
mozilla/xpfe/AppCores/xul/resources/ED_Indent.gif
mozilla/xpfe/AppCores/xul/resources/ED_Italic.gif
mozilla/xpfe/AppCores/xul/resources/ED_Left.gif
mozilla/xpfe/AppCores/xul/resources/ED_Link.gif
mozilla/xpfe/AppCores/xul/resources/ED_Numbers.gif
mozilla/xpfe/AppCores/xul/resources/ED_Paste.gif
mozilla/xpfe/AppCores/xul/resources/ED_Right.gif
mozilla/xpfe/AppCores/xul/resources/ED_Spell.gif
mozilla/xpfe/AppCores/xul/resources/ED_Table.gif
mozilla/xpfe/AppCores/xul/resources/ED_Target.gif
mozilla/xpfe/AppCores/xul/resources/ED_Underline.gif
mozilla/xpfe/AppCores/xul/resources/ED_Undo.gif
Checked in changes to copy the redo icon to the dist/WIN32_D.OBJ/res/toolbar
directory:
mozilla/xpfe/AppCores/src/makefile.win
Just for reference, this is how you make a previously checked in file binary:
cvs admin -kb filename.bin (step 1)
cvs update -A filename.bin (step 2)
copy good.bin filename.bin
cvs commit
You need to log in
before you can comment on or make changes to this bug.
Description
•