Commit dcac3f7 1 parent 5f3bfcc commit dcac3f7 Copy full SHA for dcac3f7
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
// Do not edit, will be re-created at each commit!
2
- #define OH_BUILD "20210418 - commit 890 "
2
+ #define OH_BUILD "20210418 - commit 891 "
Original file line number Diff line number Diff line change @@ -75,7 +75,9 @@ using namespace Hantek;
75
75
76
76
// / \brief Initialize resources and translations and show the main window.
77
77
int main ( int argc, char *argv[] ) {
78
- unsetenv ( " LANGUAGE" ); // this ENV variable hides the LANG=xx setting
78
+ #ifndef Q_OS_WIN
79
+ unsetenv ( " LANGUAGE" ); // this ENV variable hides the LANG=xx setting, not available under Windows
80
+ #endif
79
81
// ////// Set application information ////////
80
82
QCoreApplication::setOrganizationName ( " OpenHantek" );
81
83
QCoreApplication::setOrganizationDomain ( " openhantek.org" );
You can’t perform that action at this time.
0 commit comments