mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04:00
Fix some spell errors
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user