diff options
author | Arno <am@disconnect.de> | 2012-07-15 00:04:43 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-07-15 00:04:43 +0200 |
commit | 61b5308d704af70fc133b37c21c730387c8a9cc3 (patch) | |
tree | ab4091f5bfe4416ca3bcdaf312ff8d68eb727754 | |
parent | 0606d420f6bbb645affe251b9d89a58ddbc97ace (diff) | |
download | SheMov-61b5308d704af70fc133b37c21c730387c8a9cc3.tar.gz SheMov-61b5308d704af70fc133b37c21c730387c8a9cc3.tar.bz2 SheMov-61b5308d704af70fc133b37c21c730387c8a9cc3.zip |
Add new pictures dialog to FileManager
Add new pics dialog to context menu of the file manager.
-rw-r--r-- | shemov.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -820,6 +820,7 @@ void SheMov::createMenus(){ QAction *sep11 = new QAction(this); sep11->setSeparator(true); mFSWidget->fileView()->addAction(sep11); + mFSWidget->fileView()->addAction(mNewPicsA); mFSWidget->fileView()->addAction(mArchiveSelectedA); //ArchiveTreeView context menu |