Skip to content

Commit 21cc90d

Browse files
committed
cleanup
1 parent 5821977 commit 21cc90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

librecad/src/main/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
namespace
5454
{
5555
// To a plain text string to the compiled binary
56-
const std::string g_lcVersion{"LC_VERSION=\"" XSTR(LC_VERSION)} "\"";
56+
const std::string g_lcVersion{"LC_VISION=" XSTR(LC_VERSION)};
5757
void restoreWindowGeometry(QC_ApplicationWindow& appWin, QSettings& settings);
5858
}
5959
/**

0 commit comments

Comments
 (0)