* Create preferences panel for the Global Preferences dialog.
*
* @return Preferences panel.
*/
public IGlobalPreferencesPanel[] getGlobalPreferencePanels() {
FirebirdManagerGlobalPreferencesTab tab = new FirebirdManagerGlobalPreferencesTab();
return new IGlobalPreferencesPanel[] { tab };
}