OSDN Git Service

AppliStation-GUI,インストール確認ダイアログの大規模リファクタリング(改名)
[applistation/AppliStation.git] / AppliStation / PackageUninstallConfirmForm.cs
index d5a29fb..b1b9cd8 100644 (file)
@@ -81,7 +81,7 @@ namespace AppliStation
                private void updateUseRunas()\r
                {\r
                        if (UseRunas) {\r
-                               System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PackagesInstallConfirmForm));\r
+                               System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InstallationConfirmForm));\r
                                okButton.Image = ((System.Drawing.Bitmap)(resources.GetObject("okButton.Image")));\r
                        } else {\r
                                okButton.Image = null;\r