# HG changeset patch # User Claus Gittinger # Date 938190571 -7200 # Node ID 6d473fbfdf7d3f6a2f0ae85132b7870c34402e5f # Parent a7dbf8ace3f4eaaced4c50e7823bdbbbec969d76 *** empty log message *** diff -r a7dbf8ace3f4 -r 6d473fbfdf7d ProjectBrowser.st --- a/ProjectBrowser.st Fri Sep 24 18:15:34 1999 +0200 +++ b/ProjectBrowser.st Fri Sep 24 18:29:31 1999 +0200 @@ -83,14 +83,19 @@ l addUserTool:'Project Builder' action:[ProjectBrowser open] in:#menu + after:'Changes Browser' icon:self projectBrowserIcon - space:true + space:false ]. " self initialize " - + " + NewLauncher allInstancesDo:[:l | + l removeUserTool:'Project Builder' + ] + " ! ! !ProjectBrowser class methodsFor:'help specs'! @@ -378,7 +383,7 @@ ^Icon constantNamed:#'ProjectBrowser projectBrowserIcon' - ifAbsentPut:[(Depth4Image new) width: 24; height: 24; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@L0@@@3L0@@@@@@@3L3@@L3L3@@@@@@L3@3@CL@@3@@@@@CL@@3@CL@@3@@@@@CL@@3@CL@@3@@@@@CL@@3@CLCL3@@@@@@L3P3QCL3MDP@@@@@L3L3P3L3QDA@@@@@L3L3L3L3L3Q@@@@@QDQCL3QDPCQ@@@@@QDP3L4QDACQ@@@@@@@L3L@@@QCQ@@@ADQDL3QDQ@QCQ@@@ADQDL3QDQ@QCQ@@@ADQDL3QDQ@QCQ@@@ADQDL3QDQ@QCQ@@@ADQDL3QDQ@QCQ@@@ADQDL3QDQ@QCQ@@@ADQDL3QDQ@QCP@@@ADQDL3QDQ@QC@@@@ADQDL3QDQ@QC@@@@ADQDL3QDQ@P@@@@@ADQDL3QDQ@@@@@@@@@@@L3@@@@@@@@') ; colorMapFromArray:#[0 0 0 0 0 132 132 0 0 132 0 132 255 255 0]; mask:((Depth1Image new) width: 24; height: 24; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@FC0@_G8@;LXA#LXA#LXA''??@???@???@???A???A???G???G???G???G???G???G???G???G??>G??@@C,1 @A#LX@@X3F@@F_?<@@???@@O??0@C??<@A???@@_??0@_??<@G???@A???0@_??<@G???@A???0@_??<@G??>@A???@@_?? @G??0@A??8@@_?<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; yourself); yourself]! projectsIcon "This resource specification was automatically generated