diff options
Diffstat (limited to 'net/linphone/files/patch-src-app-AppController.cpp')
-rw-r--r-- | net/linphone/files/patch-src-app-AppController.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/linphone/files/patch-src-app-AppController.cpp b/net/linphone/files/patch-src-app-AppController.cpp new file mode 100644 index 000000000000..a18ff3f74a92 --- /dev/null +++ b/net/linphone/files/patch-src-app-AppController.cpp @@ -0,0 +1,11 @@ +--- src/app/AppController.cpp.orig 2018-11-11 20:28:45 UTC ++++ src/app/AppController.cpp +@@ -34,7 +34,7 @@ + #define APPLICATION_VERSION "4.1.1" + #define APPLICATION_MINIMAL_QT_VERSION "5.9.0" + +-#define DEFAULT_FONT "Noto Sans" ++#define DEFAULT_FONT "sans-serif" + + using namespace std; + |