File: 0001-international-format-by-default.patch

package info (click to toggle)
kbruch 4%3A25.04.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,400 kB
  • sloc: cpp: 5,866; xml: 440; makefile: 3; sh: 2
file content (39 lines) | stat: -rw-r--r-- 1,449 bytes parent folder | download
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
Description: This uses the international format for fractions by default
 so that people from any country can understand the question and reply
 accordingly.
Author: Salvo 'LtWorf' Tomaselli <ltworf@debian.org>
Bug: https://bugs.kde.org/show_bug.cgi?id=497242
Last-Update: 2024-12-09

--- kbruch-24.08.3.orig/src/kbruch.kcfg
+++ kbruch-24.08.3/src/kbruch.kcfg
@@ -58,17 +58,17 @@
 		<entry type="Bool" key="solutionMixed">
 			<label>Mixed number</label>
 			<whatsthis>Set if the fractions will appear in mixed form or not on solution.</whatsthis>
-			<default>true</default>
+			<default>false</default>
 		</entry>
 		<entry type="Bool" key="answerMixed">
 			<label>Mixed number</label>
 			<whatsthis>Set if the fractions will need answers in mixed form or not on solution.</whatsthis>
-			<default>true</default>
+			<default>false</default>
 		</entry>
 		<entry type="Bool" key="questionMixed">
 			<label>Mixed number</label>
 			<whatsthis>Set if the fractions will appear in mixed form or not in questions.</whatsthis>
-			<default>true</default>
+			<default>false</default>
 		</entry>
 	</group>
 
@@ -114,7 +114,7 @@
 		<entry type="Bool" key="showSpecialRatioNotation">
 			<label>Enable showing the result also as a mixed number</label>
 			<whatsthis>Enables/disables showing the result also in the special mixed-number notation.</whatsthis>
-			<default>true</default>
+			<default>false</default>
 		</entry>
 	</group>
 </kcfg>