Rename startkde to starttde

pull/16/head
Timothy Pearson 13 years ago
parent b63b93fb56
commit f17c7dd620

@ -24,7 +24,7 @@ DEALINGS IN THE SOFTWARE.
/*
This utility helps to have some configuration options available in startkde
This utility helps to have some configuration options available in starttde
without the need to launch anything linked to KDE libraries (which may need
some time to load).

@ -1514,7 +1514,7 @@ Comment[zh_HK]=發生了一個很嚴重的錯誤,令程式必須結束
Comment[zh_TW]=因為發生了一個很嚴重的錯誤,所以該程式必須要結束
default_presentation=2
level=8
[startkde]
[starttde]
Name=Login
Name[af]=Aanteken
Name[ar]=دخول

@ -302,7 +302,7 @@ public:
* Disables session management for this application.
*
* Useful in case your application is started by the
* initial "startkde" script.
* initial "starttde" script.
*/
void disableSessionManagement();

@ -42,7 +42,7 @@ static bool canAvoidStartupEvent( const TQString& event, const TQString& appname
checkAvoid = false;
return false;
}
// startkde event is in global events file
// starttde event is in global events file
static KConfig* configfile = appname != "ksmserver"
? new KConfig( appname + ".eventsrc", true, false )
: new KConfig( "knotify.eventsrc", true, false );

Loading…
Cancel
Save