Rico Schüller : wineusr: Fix wineusr-configuring.sgml.
Module: docs Branch: master Commit: 5ceebe607b8d58c416b71edc3c8fb6fd11a08fee URL: http://source.winehq.org/git/docs.git/?a=commit;h=5ceebe607b8d58c416b71edc3c... Author: Rico Schüller <kgbricola(a)web.de> Date: Thu Jan 3 17:18:37 2013 +0100 wineusr: Fix wineusr-configuring.sgml. --- en/wineusr-configuring.sgml | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/en/wineusr-configuring.sgml b/en/wineusr-configuring.sgml index 2d3fc9c..ddc896e 100644 --- a/en/wineusr-configuring.sgml +++ b/en/wineusr-configuring.sgml @@ -219,14 +219,15 @@ this file is a publicly available DLL or a custom DLL belonging to your program. In the latter case, check that you have installed your program correctly. + </para> <para> Most often applications will assume that a required redistributable package has already been installed and subsequently fail to run when the required dependencies are not met. For example: - <para> - <programlisting>err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program Files\\Foo\\Bar.dll") not found</programlisting> - <para> </para> + <programlisting> + err:module:import_dll Library MFC42.DLL (which is needed by L"C:\\Program Files\\Foo\\Bar.dll") not found + </programlisting> <para> Redistributable packages which install the necessary runtimes can be obtained through the use of <ulink url="http://wiki.winehq.org/winetricks">
participants (1)
-
Alexandre Julliard