diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-04-08 00:22:27 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-04-08 00:22:27 (GMT) |
commit | 352535f76efe70373f08dcb42e645db53dcc0172 (patch) | |
tree | 3b67cc123cf6cb90393515aa7409ad50b390d318 /src | |
parent | 9ef9e11dc504ad94b39f511fd84b79a33819248f (diff) |
bugfix: Icons fell out during the last reorganization
git-svn-id: http://svn.clifford.at/openscad/trunk@516 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src')
-rw-r--r-- | src/Preferences.ui | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Preferences.ui b/src/Preferences.ui index e210d1b..13db9f3 100644 --- a/src/Preferences.ui +++ b/src/Preferences.ui @@ -282,8 +282,7 @@ </property> <property name="icon"> <iconset resource="openscad.qrc"> - <normaloff>:/prefs3DView.png</normaloff> - <normalon>:/openscad.ico</normalon>:/prefs3DView.png</iconset> + <normaloff>:/icons/prefs3DView.png</normaloff>:/icons/prefs3DView.png</iconset> </property> <property name="text"> <string>3D View</string> @@ -295,7 +294,7 @@ </property> <property name="icon"> <iconset resource="openscad.qrc"> - <normaloff>:/prefsAdvanced.png</normaloff>:/prefsAdvanced.png</iconset> + <normaloff>:/icons/prefsAdvanced.png</normaloff>:/icons/prefsAdvanced.png</iconset> </property> <property name="text"> <string>Advanced</string> @@ -307,7 +306,7 @@ </property> <property name="icon"> <iconset resource="openscad.qrc"> - <normaloff>:/prefsEditor.png</normaloff>:/prefsEditor.png</iconset> + <normaloff>:/icons/prefsEditor.png</normaloff>:/icons/prefsEditor.png</iconset> </property> <property name="text"> <string>Editor</string> |