removed negative wording in general settings
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@621 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -82,13 +82,13 @@ private slots:
|
||||
void displayMIDIHelp( void );
|
||||
|
||||
|
||||
void toggleToolTips( bool _disabled );
|
||||
void toggleToolTips( bool _enabled );
|
||||
void toggleKnobUsability( bool _classical );
|
||||
void toggleGIMPLikeWindows( bool _enabled );
|
||||
void toggleNoWizard( bool _enabled );
|
||||
void toggleNoMsgAfterSetup( bool _enabled );
|
||||
void toggleMdiWindows( bool _enabled );
|
||||
void toggleWizard( bool _enabled );
|
||||
void toggleWarnAfterSetup( bool _enabled );
|
||||
void toggleDisplaydBV( bool _enabled );
|
||||
void toggleNoMMPZ( bool _enabled );
|
||||
void toggleMMPZ( bool _enabled );
|
||||
|
||||
void openWorkingDir( void );
|
||||
void openVSTDir( void );
|
||||
@@ -109,13 +109,13 @@ private:
|
||||
QLabel * m_bufSizeLbl;
|
||||
int m_bufferSize;
|
||||
|
||||
bool m_disableToolTips;
|
||||
bool m_toolTips;
|
||||
bool m_classicalKnobUsability;
|
||||
bool m_gimpLikeWindows;
|
||||
bool m_noWizard;
|
||||
bool m_noMsgAfterSetup;
|
||||
bool m_MDI;
|
||||
bool m_wizard;
|
||||
bool m_warnAfterSetup;
|
||||
bool m_displaydBV;
|
||||
bool m_noMMPZ;
|
||||
bool m_MMPZ;
|
||||
|
||||
|
||||
QLineEdit * m_wdLineEdit;
|
||||
|
||||
Reference in New Issue
Block a user