Xming: Update .rc file to tidy About and Exit dialogs
Tidy up About and Exit dialogs, add keyboard accelerators Copyright (C) Colin Harrison 2005-2008 http://www.straightrunning.com/XmingNotes/ http://sourceforge.net/projects/xming/ Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
		
							parent
							
								
									df3f701ef2
								
							
						
					
					
						commit
						57a5eb2583
					
				|  | @ -50,9 +50,9 @@ BEGIN | |||
|   CONTROL               "FAQ", ID_ABOUT_FAQ, "Button", | ||||
|                         BS_OWNERDRAW | WS_TABSTOP, 135, 65, 75, 15 | ||||
| 
 | ||||
|   DEFPUSHBUTTON		"Dismiss", IDOK, 95, 85, 50, 15 | ||||
|   DEFPUSHBUTTON		"&OK", IDOK, 95, 85, 50, 15 | ||||
| 
 | ||||
|   CTEXT			"Welcome to the preliminary About box for the " PROJECT_NAME " X Server.  This dialog was created on 2004/03/25 and will eventually be filled with more useful information.  For now, use the links below to learn more about the " PROJECT_NAME " project.", IDC_STATIC, 5, 5, 230, 35 | ||||
|   CTEXT			PROJECT_NAME " X Server.  Use the links below to learn more about the " PROJECT_NAME " project.", IDC_STATIC, 5, 5, 230, 35 | ||||
| END | ||||
| 
 | ||||
| 
 | ||||
|  | @ -75,11 +75,11 @@ END | |||
| EXIT_DIALOG DIALOG DISCARDABLE	32, 32, 180, 78 | ||||
| STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | WS_TABSTOP | DS_CENTERMOUSE | ||||
| FONT 8, "MS Sans Serif" | ||||
| CAPTION PROJECT_NAME " - Exit?" | ||||
| CAPTION "Exit " PROJECT_NAME "?" | ||||
| BEGIN | ||||
|   PUSHBUTTON "E&xit", IDOK, 55, 56, 30, 14 | ||||
|   DEFPUSHBUTTON "&Cancel", IDCANCEL, 95, 56, 30, 14 | ||||
|   CTEXT "Exiting will close all screens running on this display.", IDC_STATIC, 7, 12, 166, 8 | ||||
|   CTEXT "E&xiting will close all screens running on this display.", IDC_STATIC, 7, 12, 166, 8 | ||||
|   CTEXT "No information about connected clients available.", IDC_CLIENTS_CONNECTED, 7, 24, 166, 8 | ||||
|   CTEXT "Proceed with shutdown of this display/server?", IDC_STATIC, 7, 36, 166, 8 | ||||
| END | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue