mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
21 lines
773 B
Plaintext
21 lines
773 B
Plaintext
$NetBSD: patch-ac,v 1.2 2005/10/13 18:01:27 wiz Exp $
|
|
|
|
--- mainwindow.cpp.orig 2005-04-11 01:13:54.000000000 +0700
|
|
+++ mainwindow.cpp
|
|
@@ -36,10 +36,11 @@ MainWindow::MainWindow() : QMainWindow(0
|
|
contrdirs[Cell::D] = Cell::U;
|
|
contrdirs[Cell::L] = Cell::R;
|
|
|
|
- QString appdir = qApp->applicationDirPath();
|
|
- soundpath = appdir + "/sounds/";
|
|
- if(!QFile::exists(soundpath))
|
|
- soundpath = appdir + "/../share/qnetwalk/sounds/";
|
|
+ //QString appdir = qApp->applicationDirPath();
|
|
+ //soundpath = appdir + "/sounds/";
|
|
+ //if(!QFile::exists(soundpath))
|
|
+ //soundpath = appdir + "/../share/qnetwalk/sounds/";
|
|
+ soundpath = "@QNETWALK_DATA@";
|
|
|
|
winsound = new QSound(soundpath + "win.wav");
|
|
turnsound = new QSound(soundpath + "turn.wav");
|