Fix some spell errors

This commit is contained in:
Felix Kauselmann
2014-08-24 15:56:38 +02:00
parent 96c175889e
commit c897efb08a
22 changed files with 39 additions and 39 deletions

View File

@ -886,7 +886,7 @@ void LibraryWindow::loadLibrary(const QString & name)
foldersView->setModel(NULL);
comicFlow->clear();
disableAllActions();//TODO comprobar que se deben deshabilitar
//ser<65> posible renombrar y borrar estas bibliotecas
//ser<65> possible renombrar y borrar estas bibliotecas
renameLibraryAction->setEnabled(true);
removeLibraryAction->setEnabled(true);
}
@ -939,7 +939,7 @@ void LibraryWindow::loadLibrary(const QString & name)
foldersView->setModel(NULL);
comicFlow->clear();
disableAllActions();//TODO comprobar que se deben deshabilitar
//ser<65> posible renombrar y borrar estas bibliotecas
//ser<65> possible renombrar y borrar estas bibliotecas
renameLibraryAction->setEnabled(true);
removeLibraryAction->setEnabled(true);
}
@ -959,7 +959,7 @@ void LibraryWindow::loadLibrary(const QString & name)
{
deleteCurrentLibrary();
}
//ser<65> posible renombrar y borrar estas bibliotecas
//ser<65> possible renombrar y borrar estas bibliotecas
renameLibraryAction->setEnabled(true);
removeLibraryAction->setEnabled(true);
@ -971,7 +971,7 @@ void LibraryWindow::loadLibrary(const QString & name)
{
QSqlDatabase db = DataBaseManagement::loadDatabase(path);
manageOpeningLibraryError(db.lastError().databaseText() + "-" + db.lastError().driverText());
//ser<65> posible renombrar y borrar estas bibliotecas
//ser<65> possible renombrar y borrar estas bibliotecas
renameLibraryAction->setEnabled(true);
removeLibraryAction->setEnabled(true);
}
@ -987,7 +987,7 @@ void LibraryWindow::loadLibrary(const QString & name)
createLibraryDialog->setDataAndStart(currentLibrary,path);
//create(path,path+"/.yacreaderlibrary",currentLibrary);
}
//ser<65> posible renombrar y borrar estas bibliotecas
//ser<65> possible renombrar y borrar estas bibliotecas
renameLibraryAction->setEnabled(true);
removeLibraryAction->setEnabled(true);
}
@ -1311,7 +1311,7 @@ void LibraryWindow::deleteCurrentLibrary()
QDir d(path);
delTree(d);
d.rmdir(path);
if(libraries.isEmpty())//no more libraries avaliable.
if(libraries.isEmpty())//no more libraries available.
{
comicView->setModel(NULL);
foldersView->setModel(NULL);
@ -1333,7 +1333,7 @@ void LibraryWindow::removeLibrary()
libraries.remove(currentLibrary);
selectedLibrary->removeItem(selectedLibrary->currentIndex());
//selectedLibrary->setCurrentIndex(0);
if(libraries.isEmpty())//no more libraries avaliable.
if(libraries.isEmpty())//no more libraries available.
{
comicView->setModel(NULL);
foldersView->setModel(NULL);