Commit c43ee20780f6dac1759447a6d87bb65f778f11fb

Authored by Perry Werneck
1 parent caad4601

Fixing action names.

Showing 1 changed file with 6 additions and 6 deletions   Show diff stats
ui/application.xml
@@ -84,17 +84,17 @@ @@ -84,17 +84,17 @@
84 84
85 <item> 85 <item>
86 <attribute name="label" translatable="yes">Save screen</attribute> 86 <attribute name="label" translatable="yes">Save screen</attribute>
87 - <attribute name="action">win.save.screen</attribute> 87 + <attribute name="action">win.save-all</attribute>
88 </item> 88 </item>
89 89
90 <item> 90 <item>
91 <attribute name="label" translatable="yes">Save selected</attribute> 91 <attribute name="label" translatable="yes">Save selected</attribute>
92 - <attribute name="action">win.save.selected</attribute> 92 + <attribute name="action">win.save-selected</attribute>
93 </item> 93 </item>
94 94
95 <item> 95 <item>
96 <attribute name="label" translatable="yes">Save copy</attribute> 96 <attribute name="label" translatable="yes">Save copy</attribute>
97 - <attribute name="action">win.save.copy</attribute> 97 + <attribute name="action">win.save-copy</attribute>
98 </item> 98 </item>
99 99
100 </section> 100 </section>
@@ -103,17 +103,17 @@ @@ -103,17 +103,17 @@
103 103
104 <item> 104 <item>
105 <attribute name="label" translatable="yes">Print Screen</attribute> 105 <attribute name="label" translatable="yes">Print Screen</attribute>
106 - <attribute name="action">win.print.screen</attribute> 106 + <attribute name="action">win.print-all</attribute>
107 </item> 107 </item>
108 108
109 <item> 109 <item>
110 <attribute name="label" translatable="yes">Print selected</attribute> 110 <attribute name="label" translatable="yes">Print selected</attribute>
111 - <attribute name="action">win.print.selected</attribute> 111 + <attribute name="action">win.print-selected</attribute>
112 </item> 112 </item>
113 113
114 <item> 114 <item>
115 <attribute name="label" translatable="yes">Print copy</attribute> 115 <attribute name="label" translatable="yes">Print copy</attribute>
116 - <attribute name="action">win.print.copy</attribute> 116 + <attribute name="action">win.print-copy</attribute>
117 </item> 117 </item>
118 118
119 </section> 119 </section>