diff options
author | Timothy Pearson <[email protected]> | 2013-02-11 02:36:38 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-11 02:36:38 -0600 |
commit | 4496f1875f98bd6a7a3a0a1ce2c48f0b17320af9 (patch) | |
tree | c3ea4e27ea24da382b229107296417e1500f7bef /kicker/applets/launcher/ChangeLog | |
parent | 63f29b31eb6a8ea7a94dd2d2d56d5a5f544af9ae (diff) | |
download | tdebase-4496f1875f98bd6a7a3a0a1ce2c48f0b17320af9.tar.gz tdebase-4496f1875f98bd6a7a3a0a1ce2c48f0b17320af9.zip |
Fix unintended rename
Diffstat (limited to 'kicker/applets/launcher/ChangeLog')
-rw-r--r-- | kicker/applets/launcher/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kicker/applets/launcher/ChangeLog b/kicker/applets/launcher/ChangeLog index 1144a8c35..b86dbd7aa 100644 --- a/kicker/applets/launcher/ChangeLog +++ b/kicker/applets/launcher/ChangeLog @@ -4,9 +4,9 @@ * Empty panel now has size>0, so user can still drop icons on it. * Fixed gcc 3.4 incompatibilities in EasyVector * Fixed Drag and Drop Bugs : - * Crash when non-url dropped on quictdelauncher - * Crash panel button dropped on quictdelauncher - * Able to drop objects when quictdelauncher is locked + * Crash when non-url dropped on quicklauncher + * Crash panel button dropped on quicklauncher + * Able to drop objects when quicklauncher is locked * Add application context menu now inserts new app at current location 2004-06-14 Dan Bullok <[email protected]> @@ -28,7 +28,7 @@ * Spouts tons of debugging info to kdDebug (for now). 2004-06-12 Dan Bullok <[email protected]> - * Fixed bug #75351: Tooltips change to filenames after rearranging applications in quictdelauncher. + * Fixed bug #75351: Tooltips change to filenames after rearranging applications in quicklauncher. * Moved the URL->(menuID,service,kurl) functionality from the QuickButton constructor to its own class: QuickURL. Very similar code is used elsewhere in kicker, and should eventually be merged. * Renamed some methods in QuickButton (getId -> menuId, getURL -> url) This matches the predominant KDE naming style. * Groundwork laid for variable-sized buttons. |