diff --git a/YACReaderLibrary/create_library_dialog.cpp b/YACReaderLibrary/create_library_dialog.cpp
index a6d21598..65ad21bb 100644
--- a/YACReaderLibrary/create_library_dialog.cpp
+++ b/YACReaderLibrary/create_library_dialog.cpp
@@ -32,7 +32,7 @@ void CreateLibraryDialog::setupUI()
connect(cancel,SIGNAL(clicked()),this,SIGNAL(cancelCreate()));
connect(cancel,SIGNAL(clicked()),this,SLOT(close()));
- find = new QPushButton(QIcon(":/images/comicFolder.png"),"");
+ find = new QPushButton(QIcon(":/images/find_folder.png"),"");
connect(find,SIGNAL(clicked()),this,SLOT(findPath()));
QGridLayout * content = new QGridLayout;
diff --git a/YACReaderLibrary/images.qrc b/YACReaderLibrary/images.qrc
index ef3a5807..8b081a6f 100644
--- a/YACReaderLibrary/images.qrc
+++ b/YACReaderLibrary/images.qrc
@@ -90,6 +90,7 @@
../images/getInfo.png
../images/comic_vine/radioChecked.png
../images/comic_vine/radioUnchecked.png
+ ../images/find_folder.png
diff --git a/images/find_folder.png b/images/find_folder.png
new file mode 100644
index 00000000..f645dfe4
Binary files /dev/null and b/images/find_folder.png differ
diff --git a/images/open.png b/images/open.png
index 9a8abcac..c4b71a29 100644
Binary files a/images/open.png and b/images/open.png differ