don't put a newline after the default workspace name
2002-07-13 Havoc Pennington <hp@pobox.com> * src/workspace.c (meta_workspace_new): don't put a newline after the default workspace name
This commit is contained in:
parent
812f783084
commit
badb397bce
@ -1,3 +1,8 @@
|
||||
2002-07-13 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* src/workspace.c (meta_workspace_new): don't put a newline after
|
||||
the default workspace name
|
||||
|
||||
2002-07-13 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* src/keybindings.c: adapt to virtual modifiers
|
||||
|
@ -48,7 +48,7 @@ meta_workspace_new (MetaScreen *screen)
|
||||
workspace->work_area.height = screen->height;
|
||||
workspace->work_area_invalid = TRUE;
|
||||
|
||||
workspace->name = g_strdup_printf (_("Workspace %d\n"),
|
||||
workspace->name = g_strdup_printf (_("Workspace %d"),
|
||||
meta_workspace_index (workspace) + 1);
|
||||
|
||||
/* Update hint for current number of workspaces */
|
||||
|
Loading…
Reference in New Issue
Block a user