added info about 'BIDI' support to 'fluxbox -info'

This commit is contained in:
Mathias Gumz 2010-09-05 08:49:13 +02:00
parent ea98db4140
commit 60c92b96f2

View file

@ -104,6 +104,11 @@ static void showInfo(ostream &ostr) {
/**** NOTE: This list is in alphabetical order! ****/
#ifndef HAVE_FRIBIDI
NOT<<
#endif
"BIDI"<<endl<<
#ifndef DEBUG
NOT<<
#endif // DEBUG
@ -174,7 +179,6 @@ static void showInfo(ostream &ostr) {
#endif // HAVE_XPM
"XPM"<<endl<<
endl;
}