From 70ba99a80d7f81817d910309532933646820ce85 Mon Sep 17 00:00:00 2001 From: Dmitry Degtyarev Date: Tue, 12 Apr 2022 10:50:59 +0400 Subject: [PATCH] change org name so that .conf location is the same as for other basealt programs --- app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.cpp b/app/main.cpp index 7c1ea6f..0bf6944 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -71,7 +71,7 @@ int main(int argc, char **argv) { #endif QApplication::setOrganizationDomain("altlinux.org"); - QApplication::setOrganizationName("basealt.ru"); + QApplication::setOrganizationName("BaseALT"); QApplication::setApplicationName("MediaWriter"); #ifdef __linux