[f-spot/FSPOT_0_6_0_STABLE] use the correct stock icon "camera-photo"



commit 3a954a6c98c36d9d02750a90f374e0f3960d9817
Author: Christian Krause <chkr plauener de>
Date:   Sun Aug 9 13:41:29 2009 +0200

    use the correct stock icon "camera-photo"

 src/ImportCommand.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ImportCommand.cs b/src/ImportCommand.cs
index d4a9e23..a47015e 100644
--- a/src/ImportCommand.cs
+++ b/src/ImportCommand.cs
@@ -256,7 +256,7 @@ public class ImportCommand : GladeDialog
 				}
 			} else {
 				ImportSource source = new BrowseSource (Catalog.GetString ("(No Cameras Detected)"),
-									"emblem-camera");
+									"camera-photo");
 				item = new SourceItem (source);
 				item.Activated += HandleActivated;
 				item.Sensitive = false;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]