1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
--- trunk/KDE/kdeutils/kcalc/kcalc.ui 2011/07/06 18:27:29 1240129
+++ trunk/KDE/kdeutils/kcalc/kcalc.ui 2011/07/06 18:27:58 1240130
@@ -616,7 +616,7 @@
<string>7</string>
</property>
<property name="shortcut">
- <string notr="true">7</string>
+ <string>7</string>
</property>
</widget>
</item>
@@ -632,7 +632,7 @@
<string>8</string>
</property>
<property name="shortcut">
- <string notr="true">8</string>
+ <string>8</string>
</property>
</widget>
</item>
@@ -648,7 +648,7 @@
<string>9</string>
</property>
<property name="shortcut">
- <string notr="true">9</string>
+ <string>9</string>
</property>
</widget>
</item>
@@ -680,7 +680,7 @@
<string>4</string>
</property>
<property name="shortcut">
- <string notr="true">4</string>
+ <string>4</string>
</property>
</widget>
</item>
@@ -696,7 +696,7 @@
<string>5</string>
</property>
<property name="shortcut">
- <string notr="true">5</string>
+ <string>5</string>
</property>
</widget>
</item>
@@ -712,7 +712,7 @@
<string>6</string>
</property>
<property name="shortcut">
- <string notr="true">6</string>
+ <string>6</string>
</property>
</widget>
</item>
@@ -728,7 +728,7 @@
<string>1</string>
</property>
<property name="shortcut">
- <string notr="true">1</string>
+ <string>1</string>
</property>
</widget>
</item>
@@ -744,7 +744,7 @@
<string>2</string>
</property>
<property name="shortcut">
- <string notr="true">2</string>
+ <string>2</string>
</property>
</widget>
</item>
@@ -760,7 +760,7 @@
<string>3</string>
</property>
<property name="shortcut">
- <string notr="true">3</string>
+ <string>3</string>
</property>
</widget>
</item>
@@ -786,7 +786,7 @@
<string>0</string>
</property>
<property name="shortcut">
- <string notr="true">0</string>
+ <string>0</string>
</property>
</widget>
</item>
|