• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

The MinGW.org Installation Manager Tool


コミットメタ情報

リビジョンb9a388c2373839777ccc6ee78444c1e49b987a3f (tree)
日時2013-07-31 00:57:13
作者Keith Marshall <keithmarshall@user...>
コミッターKeith Marshall

ログメッセージ

Match "about" dialogue caption to main window.

変更サマリ

差分

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
11 2013-07-30 Keith Marshall <keithmarshall@users.sourceforge.net>
22
3+ Match "about" dialogue caption to main window.
4+
5+ * src/guimain.rc (IDM_HELP_ABOUT) <MENUITEM>: Match it to...
6+ (IDD_HELP_ABOUT) <CAPTION>: ...this; make it representative of...
7+ (ID_MAIN_WINDOW_CAPTION): ...this.
8+
9+2013-07-30 Keith Marshall <keithmarshall@users.sourceforge.net>
10+
311 Implement "icon legend" display as "help" menu item.
412
513 * src/guimain.rc (IDM_HELP_LEGEND): Make menu item active; define
--- a/src/guimain.rc
+++ b/src/guimain.rc
@@ -50,7 +50,7 @@ ID_MAIN_WINDOW ICON DISCARDABLE "pkgicon.ico"
5050 * which is called out by the "Help --> About mingw-get" menu pick.
5151 */
5252 IDD_HELP_ABOUT DIALOG DISCARDABLE 80, 50, 250, 185
53-CAPTION "About mingw-get"
53+CAPTION "About MinGW Installation Manager"
5454 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_DLGFRAME
5555 FONT 9, "Verdana"
5656 BEGIN
@@ -121,10 +121,10 @@ BEGIN
121121 */
122122 POPUP "&Help", HELP
123123 BEGIN
124- MENUITEM "&Contents", IDM_HELP_CONTENTS, GRAYED
125- MENUITEM "Quick &Introduction", IDM_HELP_INTRO, GRAYED
126- MENUITEM "Icon &Legend", IDM_HELP_LEGEND
127- MENUITEM "&About mingw-get", IDM_HELP_ABOUT
124+ MENUITEM "&Contents", IDM_HELP_CONTENTS, GRAYED
125+ MENUITEM "Quick &Introduction", IDM_HELP_INTRO, GRAYED
126+ MENUITEM "Icon &Legend", IDM_HELP_LEGEND
127+ MENUITEM "&About MinGW Installation Manager", IDM_HELP_ABOUT
128128 END
129129
130130 END