- Timestamp:
- 08/25/08 21:56:06 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/src/SoundLibrary/SoundLibraryPropertiesDialog.cpp
r377 r392 76 76 bool reload = false; 77 77 78 //load the selecte t drumkit to save it correct.... later the old drimkit willreloaded78 //load the selected drumkit to save it correct.... later the old drumkit will be reloaded 79 79 if ( drumkitinfo != NULL ){ 80 80 if ( Hydrogen::get_instance()->getCurrentDrumkitname() != drumkitinfo->getName() ){ … … 86 86 //check the drumkit name. if the name is a new one, one qmessagebox with question "are you sure" will displayed. 87 87 if ( nameTxt->text() != oldName ){ 88 int res = QMessageBox::information( this, "Hydrogen", tr( "Warning , you change the drumkit name. This creata new drumkit with this name.\nAre you sure?"), tr("&Ok"), tr("&Cancel"), 0, 1 );88 int res = QMessageBox::information( this, "Hydrogen", tr( "Warning! You're changing the drumkit name. This creates a new drumkit with this name.\nAre you sure?"), tr("&Ok"), tr("&Cancel"), 0, 1 ); 89 89 if ( res == 1 ) { 90 90 return;