blob: 9a629742aed076acc0b78d55e2aaa62aa8fb0e6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur -x '*.orig' -x '*.rej' 10.3-0/FreeFileSync/Source/ui/small_dlgs.cpp 10.3-2/FreeFileSync/Source/ui/small_dlgs.cpp
--- 10.3-0/FreeFileSync/Source/ui/small_dlgs.cpp 2018-08-07 05:03:34.000000000 -0400
+++ 10.3-2/FreeFileSync/Source/ui/small_dlgs.cpp 2018-08-29 22:13:40.240595334 -0400
@@ -106,6 +106,8 @@
L" x64";
#endif
+ build +=
+ L" for Fedora";
GetSizer()->SetSizeHints(this); //~=Fit() + SetMinSize()
|