Skip to content

Commit

Permalink
Don't use Qt macros in GTK+ source
Browse files Browse the repository at this point in the history
  • Loading branch information
innir committed Apr 27, 2015
1 parent 7d1c1b7 commit 89e7b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk/src/MainWindow.cc
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ void MainWindow::showAbout()

void MainWindow::showHelp(const std::string& chapter)
{
#ifdef Q_OS_WIN32
#ifdef G_OS_WIN32
std::string manualDir = Glib::build_filename(pkgDir, "share", "doc", "gimagereader");
char* locale = g_win32_getlocale();
std::string language(locale, 2);
Expand Down

0 comments on commit 89e7b65

Please sign in to comment.