* GNUmakefile: Build Documentation if doc=yes (yes by default).

* Tools/gsnd/GNUmakefile.postamble: Linke in pthreads if not
already linked in (non-mingw targets only).
* Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c: On OpenBSD
include soundcard.h.

* Panels/English.proj: Replace GSPageLayout.gorm and
GSPrintPanel.gorm with updated GOrm dirs. Make Options button
non-continuous.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17261 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2003-07-20 02:08:22 +00:00
parent 512b3ebd2d
commit 5c537c594f
10 changed files with 459 additions and 70 deletions

View file

@ -3821,7 +3821,7 @@ static NSView* findByTag(NSView *view, int aTag, unsigned *level)
* <p>Use of this method is discouraged in GNUstep as it breaks many
* user interface guidelines. At the very least, menu items that appear
* in a context sensitive menu should also always appear in a normal
* menu. Otherwise, user are faced with an inconsistant interface where
* menu. Otherwise, users are faced with an inconsistant interface where
* the menu items they want are only available in certain (possibly
* unknown) cases, making it difficult for the user to understand how
* the application operates</p>