GNOME Bugzilla – Bug 668599
"Take a photo" shouldn't use record icon
Last modified: 2013-11-07 23:23:30 UTC
The record icon is associated with recording audio or video, not taking pictures. The icon should be something else.
Created attachment 259224 [details] [review] Use symbolic icons for photo and video button
Review of attachment 259224 [details] [review]: The icon changes look fine. Thanks for the patch, just a few comments about indentation. ::: data/cheese-main-window.ui @@ +103,3 @@ <child> <object class="GtkLabel" id="take_action_button_internal_label"> + <property name="label" translatable="yes">_Take a Photo</property> This line should not be changed, as it is unrelated to your other changes. You should remove this change from the commit (and the patch). @@ +151,3 @@ <object class="GtkLabel" id="effects_toggle_button_internal_label"> + <property name="label" translatable="yes">_Effects</property> + <property name="use_underline">True</property> These two lines should not be changed, just like the other line.
Created attachment 259228 [details] [review] Use symbolic icons for photo and video button
Created attachment 259232 [details] [review] Use symbolic icons for photo and video button
Comment on attachment 259232 [details] [review] Use symbolic icons for photo and video button Thanks for the corrected patch. I added some explanation to the commit message and pushed it to master as commit b1f41512c777cfc9ed1c3edaebcf6c17f7d06322.