Skip to content

Commit

Permalink
Merge pull request #18 from innir/innir-patch-2
Browse files Browse the repository at this point in the history
Don't use Qt macros in GTK+ source
  • Loading branch information
manisandro committed Apr 27, 2015
2 parents eb6b01a + 89e7b65 commit 8105172
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 8105172

Please sign in to comment.