aboutsummaryrefslogtreecommitdiff
path: root/tools/Linux
diff options
context:
space:
mode:
authorh.udo <hudokkow@gmail.com>2014-12-07 14:59:56 +0000
committerh.udo <hudokkow@gmail.com>2014-12-16 00:57:40 +0000
commita1eaf811d24841ed34542d4bc52c74d9df840858 (patch)
tree30681afa6972458d4af8808f614eb197fe986e3c /tools/Linux
parent8ab7c200e7ed24c8b6f9b8c89c131573c96f3d82 (diff)
[rebrand][Linux FEH_py.in] xbmc -> kodi
Diffstat (limited to 'tools/Linux')
-rw-r--r--tools/Linux/FEH.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Linux/FEH.py.in b/tools/Linux/FEH.py.in
index a65a706906..7d220c06a9 100644
--- a/tools/Linux/FEH.py.in
+++ b/tools/Linux/FEH.py.in
@@ -169,7 +169,7 @@ if __name__=="__main__":
exit(0)
if (@USE_X11@ == 1 and @USE_OPENGL@ == 1 and badDirectRendering()):
- error("@APP_NAME@ needs hardware accelerated OpenGL rendering.\nInstall an appropriate graphics driver.\n\nPlease consult @APP_NAME@ Wiki for supported hardware\nhttp://wiki.xbmc.org/?title=Supported_hardware")
+ error("@APP_NAME@ needs hardware accelerated OpenGL rendering.\nInstall an appropriate graphics driver.\n\nPlease consult @APP_NAME@ Wiki for supported hardware\nhttp://kodi.wiki/view/Supported_hardware")
if (@USE_X11@ == 1 and badColorDepth()):
error("@APP_NAME@ cannot run unless the\nscreen color depth is atleast 24 bit.\n\nPlease reconfigure your screen.")