|
From: Tapio V. <aa...@us...> - 2011-02-07 07:19:22
|
Module: editor
Branch: master
Commit: b0960eccc27010bf730c350757ba393a184aa1c8
Author: Tapio Vierros <tap...@gm...>
Date: Mon Feb 7 08:55:48 2011 +0200
Fix wrongly named fallback icon.
---
editor.qrc | 2 +-
.../{green-document-open.png => document-open.png} | Bin 990 -> 990 bytes
2 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/editor.qrc b/editor.qrc
index 25f0721..95e5a53 100644
--- a/editor.qrc
+++ b/editor.qrc
@@ -6,7 +6,7 @@
<file>icons/document-save.png</file>
<file>icons/edit-redo.png</file>
<file>icons/edit-undo.png</file>
- <file>icons/green-document-open.png</file>
+ <file>icons/document-open.png</file>
<file>icons/help-about.png</file>
<file>icons/help-hint.png</file>
<file>icons/insert-object.png</file>
|