- renamed wstrappend() to wstrconcat().
commit2bd2b72af9a3443242d8fb9263809dc124b44e67
authordan <dan>
Wed, 1 Nov 2000 15:40:15 +0000 (1 15:40 +0000)
committerdan <dan>
Wed, 1 Nov 2000 15:40:15 +0000 (1 15:40 +0000)
tree5c1fa05d27ea12131d56ff8d1b1ffe8f1a98b944
parent1a8c578a1cbebf6ff9c5d777d7e6de5c5598ebfa
- renamed wstrappend() to wstrconcat().

be sure to replace wstrappend() with wstrconcat() anywhere in your code
because a new wstrappend() function will be implemented that will have
different semantics and if your code will use the new one instead of
the old will break.
17 files changed:
WINGs/ChangeLog
WINGs/WUtil.h
WINGs/memory.c
WINGs/wcolorpanel.c
WPrefs.app/Appearance.c
WPrefs.app/Menu.c
WPrefs.app/MouseSettings.c
WPrefs.app/TexturePanel.c
WPrefs.app/WPrefs.c
src/appicon.c
src/dock.c
src/kwm.c
src/main.c
src/misc.c
src/rootmenu.c
src/winspector.c
util/wmsetbg.c