mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
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:

committed by
Havoc Pennington

parent
812f783084
commit
badb397bce
@ -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 */
|
||||
|
Reference in New Issue
Block a user