Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!uunet!mcsun!hp4nl!ahds!geert From: geert@ahds.UUCP (Geert W.T. Jonkheer CCS/TS) Newsgroups: comp.sys.atari.st.tech Subject: Re: trash(Papierkorb) -> rubbish Message-ID: <1977@ahds.UUCP> Date: 24 Apr 91 07:50:07 GMT References: <5510@wucc.waseda.ac.jp> Organization: Ahold NV, Zaandam, Netherlands, EEC Lines: 20 In article <5510@wucc.waseda.ac.jp>, ytsuji@wucc.waseda.ac.jp (Y.Tsuji) writes: > My knowledge of GEM programming is very poor and cannot rename the > name of the rubbish bin shown on the desktop. I once tried to > read the .inf file into my debugger and tried to change the name, > but the space did not fit(strlen(trash) == 5 while strlen(rubbish) > == 7). Can someone e-mail me a sample desktop.inf whose rubbish bin > is shown as 'rubbish' or teach me how to write a program for it? > I understand most programming languages. And when e-mailing the > desktop.inf, please uuencode it. Thanks. Just a hint, you must not debug the desktop.inf file with your debugger, but its easier to edit the desktop.inf file with a editor (for example wordplus or tempus). There you can easily change the name of the thrash icon into rubbish (don't bother about the size of the text). The maximum size of an icon text is (so good as I remember it) 10. Thus you so long as your name does not exceed 10 characters it will work. Try it! Geert.