1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-18 03:50:30 +01:00

Fixed some typos.

This commit is contained in:
Tobias Stoeckmann
2012-05-03 18:01:23 +02:00
committed by Carlos R. Mafra
parent 95c68d2b10
commit 975d4becf1
5 changed files with 5 additions and 5 deletions

2
FAQ
View File

@@ -857,7 +857,7 @@ badly coded for not setting the instance.class hints.
program for that matter?)
----------------------------------
Right Click on the title bar and choose "Attributes". Click on Panel 2 and
click the the "Disable titlebar" and "Disable resizebar" options. Click
click the "Disable titlebar" and "Disable resizebar" options. Click
"Save", "Apply" and then close the Attributes panel.
By Default, to get back to the attributes menu once you've removed the

2
debian/changelog vendored
View File

@@ -1507,7 +1507,7 @@ wmaker (0.20.2-2) frozen unstable; urgency=low
* debian/rules: dockit is gone but manpage is still installed
* debian/wmaker.postinst.tmpl: removed the code to add Window Maker to
/etc/X11/window-managers and replaced with register-window-manager
(the interface provided by the the xbase package). This fixes #28841
(the interface provided by the xbase package). This fixes #28841
partially (that's two bugs in one, this is the not-so-important part)
* debian/wmaker.postrm: ditto for removal from /etc/X11/window-managers
* On my system bug #26682 doesn't show up with this build and the new

View File

@@ -104,7 +104,7 @@ Then from the "Message" menu item, select insert file and choose your patch.
As an added bonus you can customise the message creation toolbar menu
and put the "insert file" icon there.
Make the the composer window wide enough so that no lines wrap. As of
Make the composer window wide enough so that no lines wrap. As of
KMail 1.13.5 (KDE 4.5.4), KMail will apply word wrapping when sending
the email if the lines wrap in the composer window. Having word wrapping
disabled in the Options menu isn't enough. Thus, if your patch has very

View File

@@ -74,7 +74,7 @@ void wClientRestore(WWindow * wwin)
int gx, gy;
wClientGetGravityOffsets(wwin, &gx, &gy);
/* set the positio of the frame on screen */
/* set the position of the frame on screen */
wwin->frame_x -= gx * FRAME_BORDER_WIDTH;
wwin->frame_y -= gy * FRAME_BORDER_WIDTH;
/* if gravity is to the south, account for the border sizes */

View File

@@ -2166,7 +2166,7 @@ void wDockDetach(WDock *dock, WAppIcon *icon)
dock->icon_count--;
/* if the dock is not attached to an application or
* the the application did not set the approriate hints yet,
* the application did not set the appropriate hints yet,
* destroy the icon */
if (!icon->running || !wApplicationOf(icon->main_window))
wAppIconDestroy(icon);