diff options
-rw-r--r-- | FAQ | 4 | ||||
-rw-r--r-- | src/main.cpp | 2 | ||||
-rw-r--r-- | src/tips | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -16,8 +16,8 @@ A: If you are using the rpm from SuSE your version of K3bSetup is not able to se Q: Where has all the fancy graphic gone? -A: Most likely you installed K3b in the wrong directory. All KDE programs are installed in the - KDE dirtree (SuSE: /opt/trinity, RedHat: /usr). If you compile K3b from source it defaults +A: Most likely you installed K3b in the wrong directory. All TDE programs are installed in the + TDE directory tree. If you compile K3b from source it defaults to either $TDEDIR or /usr/local. To install in the correct directory you need to specify the prefix to configure like this: ./configure --prefix=`tde-config --prefix` diff --git a/src/main.cpp b/src/main.cpp index c19e714..8de9317 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -70,7 +70,7 @@ static KCmdLineOptions options[] = { "nosplash", I18N_NOOP("Disable the splash screen"), 0 }, { "ao <method>", I18N_NOOP("Set the audio output method (like arts or alsa depending on the installed plugins)"), 0 }, { "device <device>", I18N_NOOP( "Set the device to be used for new projects (This option has no effect. " - "Its main purpose is to enable handling of empty media from the KDE Media Manager)." ), 0 }, + "Its main purpose is to enable handling of empty media from the TDE Media Manager)." ), 0 }, KCmdLineLastOption }; @@ -15,7 +15,7 @@ what they mean. K3b is able to choose the settings best suited for you.</p> <tip category="K3b"> <html> <p>...that K3b has two types of settings. On the one hand K3b has settings like most -KDE applications have accessable through the configuration dialog via the settings menu; +TDE applications have accessable through the configuration dialog via the settings menu; on the other hand every K3b action dialog has three buttons to load and save defaults for that action. This way one may, for example, set the defaults for CD Copy: these defaults will then be loaded every time the CD Copy dialog is opened. The button <em>K3b defaults</em> |